Color Hex Logo

#c00baf Color Hex

#C00BAF
(192,11,175)
0 Favorites   0 Comments

Color spaces of #c00baf

RGB 19211175
HSL0.850.890.40
HSV306°94°75°
CMYK 0.000.940.09   0.25
XYZ29.595814.541041.8043
Yxy14.54100.34440.1692
Hunter Lab38.132771.8066-38.3059
CIE-Lab44.999075.9699-40.1911

#c00baf color RGB value is (192,11,175).

#c00baf hex color red value is 192, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c00baf hue: 0.85 , saturation: 0.89 and the lightness value of c00baf is 0.40.

The process color (four color CMYK) of #c00baf color hex is 0.00, 0.94, 0.09, 0.25. Web safe color of #c00baf is #cc0099. Color #c00baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001011 10101111
Octal 300 13 257
Decimal 192 11 175
Hex C0 B AF

RGB Percentages of Color #c00baf

%50.79
%2.91
%46.30

CMYK Percentages of Color #c00baf

%0
%94
%9
%25

Triadic Colors of #c00baf

#c00baf #afc00b #0bafc0

Analogous Colors of #c00baf

#c00baf #c00b55 #770bc0

Monochromatic Colors of #c00baf

#c00baf

Complementary Color

#c00baf #0bc01c

#c00baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00baf Color CSS Codes

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

#c00baf Text Font Color

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

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


#c00baf Background Color

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

This div background color is #c00baf


#c00baf Border Color

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

This div border color is #c00baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,11,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00baf


Comments

No comments written yet.

Please login to write comment.