Color Hex Logo

#c06baf Color Hex

#C06BAF
(192,107,175)
0 Favorites   0 Comments

Color spaces of #c06baf

RGB 192107175
HSL0.870.400.59
HSV312°44°75°
CMYK 0.000.440.09   0.25
XYZ34.733824.817043.5169
Yxy24.81700.33700.2408
Hunter Lab49.816737.2768-16.9206
CIE-Lab56.896743.2616-21.6364

#c06baf color RGB value is (192,107,175).

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

The process color (four color CMYK) of #c06baf color hex is 0.00, 0.44, 0.09, 0.25. Web safe color of #c06baf is #cc6699. Color #c06baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101011 10101111
Octal 300 153 257
Decimal 192 107 175
Hex C0 6B AF

RGB Percentages of Color #c06baf

%40.51
%22.57
%36.92

CMYK Percentages of Color #c06baf

%0
%44
%9
%25

Triadic Colors of #c06baf

#c06baf #afc06b #6bafc0

Analogous Colors of #c06baf

#c06baf #c06b85 #a76bc0

Monochromatic Colors of #c06baf

#c06baf

Complementary Color

#c06baf #6bc07c

#c06baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06baf Color CSS Codes

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

#c06baf Text Font Color

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

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


#c06baf Background Color

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

This div background color is #c06baf


#c06baf Border Color

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

This div border color is #c06baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06baf


Comments

No comments written yet.

Please login to write comment.