Color Hex Logo

#c06cbc Color Hex

#C06CBC
(192,108,188)
0 Favorites   0 Comments

Color spaces of #c06cbc

RGB 192108188
HSL0.840.400.59
HSV303°44°75°
CMYK 0.000.440.02   0.25
XYZ36.177925.562450.6042
Yxy25.56240.32200.2275
Hunter Lab50.559339.2477-23.9512
CIE-Lab57.619345.0337-27.9894

#c06cbc color RGB value is (192,108,188).

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

The process color (four color CMYK) of #c06cbc color hex is 0.00, 0.44, 0.02, 0.25. Web safe color of #c06cbc is #cc66cc. Color #c06cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101100 10111100
Octal 300 154 274
Decimal 192 108 188
Hex C0 6C BC

RGB Percentages of Color #c06cbc

%39.34
%22.13
%38.52

CMYK Percentages of Color #c06cbc

%0
%44
%2
%25

Triadic Colors of #c06cbc

#c06cbc #bcc06c #6cbcc0

Analogous Colors of #c06cbc

#c06cbc #c06c92 #9a6cc0

Monochromatic Colors of #c06cbc

#c06cbc

Complementary Color

#c06cbc #6cc070

#c06cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06cbc Color CSS Codes

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

#c06cbc Text Font Color

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

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


#c06cbc Background Color

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

This div background color is #c06cbc


#c06cbc Border Color

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

This div border color is #c06cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06cbc


Comments

No comments written yet.

Please login to write comment.