Color Hex Logo

#c0669c Color Hex

#C0669C
(192,102,156)
0 Favorites   0 Comments

Color spaces of #c0669c

RGB 192102156
HSL0.900.420.58
HSV324°47°75°
CMYK 0.000.470.19   0.25
XYZ32.490323.109534.2006
Yxy23.10950.36180.2573
Hunter Lab48.072336.5149-8.5307
CIE-Lab55.184942.7713-13.2200

#c0669c color RGB value is (192,102,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100110 10011100
Octal 300 146 234
Decimal 192 102 156
Hex C0 66 9C

RGB Percentages of Color #c0669c

%42.67
%22.67
%34.67

CMYK Percentages of Color #c0669c

%0
%47
%19
%25

Triadic Colors of #c0669c

#c0669c #9cc066 #669cc0

Analogous Colors of #c0669c

#c0669c #c0666f #b766c0

Monochromatic Colors of #c0669c

#c0669c

Complementary Color

#c0669c #66c08a

#c0669c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0669c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0669c Color CSS Codes

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

#c0669c Text Font Color

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

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


#c0669c Background Color

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

This div background color is #c0669c


#c0669c Border Color

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

This div border color is #c0669c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0669c


Comments

No comments written yet.

Please login to write comment.