Color Hex Logo

#c07cc9 Color Hex

#C07CC9
(192,124,201)
0 Favorites   0 Comments

Color spaces of #c07cc9

RGB 192124201
HSL0.810.420.64
HSV293°38°79°
CMYK 0.040.380.00   0.21
XYZ39.488529.838858.9365
Yxy29.83880.30790.2326
Hunter Lab54.624933.4446-25.7324
CIE-Lab61.514938.9745-29.3476

#c07cc9 color RGB value is (192,124,201).

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

The process color (four color CMYK) of #c07cc9 color hex is 0.04, 0.38, 0.00, 0.21. Web safe color of #c07cc9 is #cc66cc. Color #c07cc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111100 11001001
Octal 300 174 311
Decimal 192 124 201
Hex C0 7C C9

RGB Percentages of Color #c07cc9

%37.14
%23.98
%38.88

CMYK Percentages of Color #c07cc9

%4
%38
%0
%21

Triadic Colors of #c07cc9

#c07cc9 #c9c07c #7cc9c0

Analogous Colors of #c07cc9

#c07cc9 #c97cac #9a7cc9

Monochromatic Colors of #c07cc9

#c07cc9

Complementary Color

#c07cc9 #85c97c

#c07cc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07cc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07cc9 Color CSS Codes

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

#c07cc9 Text Font Color

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

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


#c07cc9 Background Color

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

This div background color is #c07cc9


#c07cc9 Border Color

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

This div border color is #c07cc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07cc9


Comments

No comments written yet.

Please login to write comment.