Color Hex Logo

#c07ccc Color Hex

#C07CCC
(192,124,204)
0 Favorites   0 Comments

Color spaces of #c07ccc

RGB 192124204
HSL0.810.440.64
HSV291°39°80°
CMYK 0.060.390.00   0.20
XYZ39.845029.981460.8137
Yxy29.98140.30500.2295
Hunter Lab54.755334.0714-27.5215
CIE-Lab61.638239.5625-30.8475

#c07ccc color RGB value is (192,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111100 11001100
Octal 300 174 314
Decimal 192 124 204
Hex C0 7C CC

RGB Percentages of Color #c07ccc

%36.92
%23.85
%39.23

CMYK Percentages of Color #c07ccc

%6
%39
%0
%20

Triadic Colors of #c07ccc

#c07ccc #ccc07c #7cccc0

Analogous Colors of #c07ccc

#c07ccc #cc7cb0 #987ccc

Monochromatic Colors of #c07ccc

#c07ccc

Complementary Color

#c07ccc #88cc7c

#c07ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07ccc Color CSS Codes

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

#c07ccc Text Font Color

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

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


#c07ccc Background Color

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

This div background color is #c07ccc


#c07ccc Border Color

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

This div border color is #c07ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07ccc


Comments

No comments written yet.

Please login to write comment.