Color Hex Logo

#c009ba Color Hex

#C009BA
(192,9,186)
0 Favorites   0 Comments

Color spaces of #c009ba

RGB 1929186
HSL0.840.910.39
HSV302°95°75°
CMYK 0.000.950.03   0.25
XYZ30.698814.947047.7214
Yxy14.94700.32880.1601
Hunter Lab38.661474.0794-46.1213
CIE-Lab45.561577.7041-45.7792

#c009ba color RGB value is (192,9,186).

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

The process color (four color CMYK) of #c009ba color hex is 0.00, 0.95, 0.03, 0.25. Web safe color of #c009ba is #cc00cc. Color #c009ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001001 10111010
Octal 300 11 272
Decimal 192 9 186
Hex C0 9 BA

RGB Percentages of Color #c009ba

%49.61
%2.33
%48.06

CMYK Percentages of Color #c009ba

%0
%95
%3
%25

Triadic Colors of #c009ba

#c009ba #bac009 #09bac0

Analogous Colors of #c009ba

#c009ba #c0095f #6b09c0

Monochromatic Colors of #c009ba

#c009ba

Complementary Color

#c009ba #09c00f

#c009ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c009ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c009ba Color CSS Codes

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

#c009ba Text Font Color

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

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


#c009ba Background Color

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

This div background color is #c009ba


#c009ba Border Color

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

This div border color is #c009ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c009ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c009ba


Comments

No comments written yet.

Please login to write comment.