Color Hex Logo

#c07fcc Color Hex

#C07FCC
(192,127,204)
0 Favorites   0 Comments

Color spaces of #c07fcc

RGB 192127204
HSL0.810.430.65
HSV291°38°80°
CMYK 0.060.380.00   0.20
XYZ40.226730.744860.9409
Yxy30.74480.30500.2331
Hunter Lab55.448032.4651-26.3499
CIE-Lab62.291637.9371-29.8356

#c07fcc color RGB value is (192,127,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111111 11001100
Octal 300 177 314
Decimal 192 127 204
Hex C0 7F CC

RGB Percentages of Color #c07fcc

%36.71
%24.28
%39.01

CMYK Percentages of Color #c07fcc

%6
%38
%0
%20

Triadic Colors of #c07fcc

#c07fcc #ccc07f #7fccc0

Analogous Colors of #c07fcc

#c07fcc #cc7fb2 #9a7fcc

Monochromatic Colors of #c07fcc

#c07fcc

Complementary Color

#c07fcc #8bcc7f

#c07fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07fcc Color CSS Codes

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

#c07fcc Text Font Color

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

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


#c07fcc Background Color

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

This div background color is #c07fcc


#c07fcc Border Color

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

This div border color is #c07fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07fcc


Comments

No comments written yet.

Please login to write comment.