color codes Logo

#c628ab color codes

#C628AB
(198,40,171)
0 Favorites   0 Comments

Color spaces of #c628ab

RGB 19840171
HSL0.860.660.47
HSV310°80°78°
CMYK 0.000.800.14   0.22
XYZ31.398216.463640.0510
Yxy16.46360.35720.1873
Hunter Lab40.575467.1207-30.1210
CIE-Lab47.576971.6026-33.6851

#c628ab color RGB value is (198,40,171).

#c628ab hex color red value is 198, green value is 40 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c628ab hue: 0.86 , saturation: 0.66 and the lightness value of c628ab is 0.47.

The process color (four color CMYK) of #c628ab color code is 0.00, 0.80, 0.14, 0.22. Web safe color of #c628ab is #cc3399. Color #c628ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101000 10101011
Octal 306 50 253
Decimal 198 40 171
Hex C6 28 AB

RGB Percentages of Color #c628ab

%48.41
%9.78
%41.81

CMYK Percentages of Color #c628ab

%0
%80
%14
%22

Triadic Colors of #c628ab

#c628ab #abc628 #28abc6

Analogous Colors of #c628ab

#c628ab #c6285c #9228c6

Monochromatic Colors of #c628ab

#c628ab

Complementary Color

#c628ab #28c643

#c628ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c628ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c628ab Color CSS Codes

.mybgcolor {background-color:#c628ab; } 
.myforecolor {color:#c628ab; }
.mybordercolor {border:3px solid #c628ab; }

#c628ab Text Font Color

<p style="color:#c628ab">Text here</p>

This sample text font color is #c628ab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c628ab Background Color

<div style="background-color:#c628ab">
Div content here</div>

This div background color is #c628ab


#c628ab Border Color

<div style="border:3px solid #c628ab">
Div here</div>

This div border color is #c628ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,40,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c628ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c628ab;
  -webkit-box-shadow: 1px 1px 3px 2px #c628ab;
  box-shadow:         1px 1px 3px 2px #c628ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,40,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c628ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c628ab;
  -webkit-box-shadow: 1px 1px 3px 2px #c628ab;
  box-shadow:         1px 1px 3px 2px #c628ab;">
Div content here</div>

This div box has shadow with color #c628ab


Comments

No comments written yet.

Please login to write comment.