Color Hex Logo

#c072ce Color Hex

#C072CE
(192,114,206)
0 Favorites   0 Comments

Color spaces of #c072ce

RGB 192114206
HSL0.810.480.63
HSV291°45°81°
CMYK 0.070.450.00   0.19
XYZ38.896127.697361.6886
Yxy27.69730.30320.2159
Hunter Lab52.628239.8251-32.6575
CIE-Lab59.614345.2917-35.1230

#c072ce color RGB value is (192,114,206).

#c072ce hex color red value is 192, green value is 114 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c072ce hue: 0.81 , saturation: 0.48 and the lightness value of c072ce is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110010 11001110
Octal 300 162 316
Decimal 192 114 206
Hex C0 72 CE

RGB Percentages of Color #c072ce

%37.50
%22.27
%40.23

CMYK Percentages of Color #c072ce

%7
%45
%0
%19

Triadic Colors of #c072ce

#c072ce #cec072 #72cec0

Analogous Colors of #c072ce

#c072ce #ce72ae #9272ce

Monochromatic Colors of #c072ce

#c072ce

Complementary Color

#c072ce #80ce72

#c072ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c072ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c072ce Color CSS Codes

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

#c072ce Text Font Color

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

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


#c072ce Background Color

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

This div background color is #c072ce


#c072ce Border Color

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

This div border color is #c072ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c072ce


Comments

No comments written yet.

Please login to write comment.