Color Hex Logo

#c06699 Color Hex

#C06699
(192,102,153)
1 Favorites   0 Comments

Color spaces of #c06699

RGB 192102153
HSL0.910.420.58
HSV326°47°75°
CMYK 0.000.470.20   0.25
XYZ32.239423.009132.8790
Yxy23.00910.36580.2611
Hunter Lab47.967836.0271-7.0622
CIE-Lab55.081742.3140-11.6238

#c06699 color RGB value is (192,102,153).

#c06699 hex color red value is 192, green value is 102 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c06699 hue: 0.91 , saturation: 0.42 and the lightness value of c06699 is 0.58.

The process color (four color CMYK) of #c06699 color hex is 0.00, 0.47, 0.20, 0.25. Web safe color of #c06699 is #cc6699. Color #c06699 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100110 10011001
Octal 300 146 231
Decimal 192 102 153
Hex C0 66 99

RGB Percentages of Color #c06699

%42.95
%22.82
%34.23

CMYK Percentages of Color #c06699

%0
%47
%20
%25

Triadic Colors of #c06699

#c06699 #99c066 #6699c0

Analogous Colors of #c06699

#c06699 #c0666c #ba66c0

Monochromatic Colors of #c06699

#c06699

Complementary Color

#c06699 #66c08d

#c06699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06699 Color CSS Codes

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

#c06699 Text Font Color

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

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


#c06699 Background Color

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

This div background color is #c06699


#c06699 Border Color

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

This div border color is #c06699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06699


Comments

No comments written yet.

Please login to write comment.