Color Hex Logo

#c070cc Color Hex

#C070CC
(192,112,204)
0 Favorites   0 Comments

Color spaces of #c070cc

RGB 192112204
HSL0.810.470.62
HSV292°45°80°
CMYK 0.060.450.00   0.20
XYZ38.431527.154460.3425
Yxy27.15440.30520.2156
Hunter Lab52.109940.4530-32.1801
CIE-Lab59.117045.9513-34.7679

#c070cc color RGB value is (192,112,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 11001100
Octal 300 160 314
Decimal 192 112 204
Hex C0 70 CC

RGB Percentages of Color #c070cc

%37.80
%22.05
%40.16

CMYK Percentages of Color #c070cc

%6
%45
%0
%20

Triadic Colors of #c070cc

#c070cc #ccc070 #70ccc0

Analogous Colors of #c070cc

#c070cc #cc70aa #9270cc

Monochromatic Colors of #c070cc

#c070cc

Complementary Color

#c070cc #7ccc70

#c070cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c070cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c070cc Color CSS Codes

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

#c070cc Text Font Color

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

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


#c070cc Background Color

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

This div background color is #c070cc


#c070cc Border Color

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

This div border color is #c070cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c070cc


Comments

No comments written yet.

Please login to write comment.