Color Hex Logo

#c07cce Color Hex

#C07CCE
(192,124,206)
0 Favorites   0 Comments

Color spaces of #c07cce

RGB 192124206
HSL0.800.460.65
HSV290°40°81°
CMYK 0.070.400.00   0.19
XYZ40.086530.078062.0854
Yxy30.07800.30310.2274
Hunter Lab54.843434.4944-28.7288
CIE-Lab61.721539.9580-31.8440

#c07cce color RGB value is (192,124,206).

#c07cce hex color red value is 192, green value is 124 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c07cce hue: 0.80 , saturation: 0.46 and the lightness value of c07cce is 0.65.

The process color (four color CMYK) of #c07cce color hex is 0.07, 0.40, 0.00, 0.19. Web safe color of #c07cce is #cc66cc. Color #c07cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111100 11001110
Octal 300 174 316
Decimal 192 124 206
Hex C0 7C CE

RGB Percentages of Color #c07cce

%36.78
%23.75
%39.46

CMYK Percentages of Color #c07cce

%7
%40
%0
%19

Triadic Colors of #c07cce

#c07cce #cec07c #7ccec0

Analogous Colors of #c07cce

#c07cce #ce7cb3 #977cce

Monochromatic Colors of #c07cce

#c07cce

Complementary Color

#c07cce #8ace7c

#c07cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07cce Color CSS Codes

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

#c07cce Text Font Color

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

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


#c07cce Background Color

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

This div background color is #c07cce


#c07cce Border Color

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

This div border color is #c07cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07cce


Comments

No comments written yet.

Please login to write comment.