Color Hex Logo

#c609ba Color Hex

#C609BA
(198,9,186)
0 Favorites   0 Comments

Color spaces of #c609ba

RGB 1989186
HSL0.840.910.41
HSV304°95°78°
CMYK 0.000.950.06   0.22
XYZ32.249315.746347.7940
Yxy15.74630.33670.1644
Hunter Lab39.681675.6244-43.6339
CIE-Lab46.639978.7370-43.9970

#c609ba color RGB value is (198,9,186).

#c609ba hex color red value is 198, green value is 9 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c609ba hue: 0.84 , saturation: 0.91 and the lightness value of c609ba is 0.41.

The process color (four color CMYK) of #c609ba color hex is 0.00, 0.95, 0.06, 0.22. Web safe color of #c609ba is #cc00cc. Color #c609ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001001 10111010
Octal 306 11 272
Decimal 198 9 186
Hex C6 9 BA

RGB Percentages of Color #c609ba

%50.38
%2.29
%47.33

CMYK Percentages of Color #c609ba

%0
%95
%6
%22

Triadic Colors of #c609ba

#c609ba #bac609 #09bac6

Analogous Colors of #c609ba

#c609ba #c6095b #7409c6

Monochromatic Colors of #c609ba

#c609ba

Complementary Color

#c609ba #09c615

#c609ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c609ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c609ba Color CSS Codes

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

#c609ba Text Font Color

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

This sample text font color is #c609ba
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.


#c609ba Background Color

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

This div background color is #c609ba


#c609ba Border Color

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

This div border color is #c609ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c609ba


Comments

No comments written yet.

Please login to write comment.