Color Hex Logo

#c07dcc Color Hex

#C07DCC
(192,125,204)
0 Favorites   0 Comments

Color spaces of #c07dcc

RGB 192125204
HSL0.810.440.65
HSV291°39°80°
CMYK 0.060.390.00   0.20
XYZ39.970930.233360.8557
Yxy30.23330.30500.2307
Hunter Lab54.984833.5361-27.1312
CIE-Lab61.855039.0216-30.5115

#c07dcc color RGB value is (192,125,204).

#c07dcc hex color red value is 192, green value is 125 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c07dcc hue: 0.81 , saturation: 0.44 and the lightness value of c07dcc is 0.65.

The process color (four color CMYK) of #c07dcc color hex is 0.06, 0.39, 0.00, 0.20. Web safe color of #c07dcc is #cc66cc. Color #c07dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111101 11001100
Octal 300 175 314
Decimal 192 125 204
Hex C0 7D CC

RGB Percentages of Color #c07dcc

%36.85
%23.99
%39.16

CMYK Percentages of Color #c07dcc

%6
%39
%0
%20

Triadic Colors of #c07dcc

#c07dcc #ccc07d #7dccc0

Analogous Colors of #c07dcc

#c07dcc #cc7db1 #997dcc

Monochromatic Colors of #c07dcc

#c07dcc

Complementary Color

#c07dcc #89cc7d

#c07dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07dcc Color CSS Codes

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

#c07dcc Text Font Color

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

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


#c07dcc Background Color

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

This div background color is #c07dcc


#c07dcc Border Color

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

This div border color is #c07dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07dcc


Comments

No comments written yet.

Please login to write comment.