Color Hex Logo

#c020ee Color Hex

#C020EE
(192,32,238)
0 Favorites   0 Comments

Color spaces of #c020ee

RGB 19232238
HSL0.800.860.53
HSV287°87°93°
CMYK 0.190.870.00   0.07
XYZ37.687418.412582.4566
Yxy18.41250.27200.1329
Hunter Lab42.909881.6833-83.8964
CIE-Lab49.992782.8785-68.5189

#c020ee color RGB value is (192,32,238).

#c020ee hex color red value is 192, green value is 32 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c020ee hue: 0.80 , saturation: 0.86 and the lightness value of c020ee is 0.53.

The process color (four color CMYK) of #c020ee color hex is 0.19, 0.87, 0.00, 0.07. Web safe color of #c020ee is #cc33ff. Color #c020ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100000 11101110
Octal 300 40 356
Decimal 192 32 238
Hex C0 20 EE

RGB Percentages of Color #c020ee

%41.56
%6.93
%51.52

CMYK Percentages of Color #c020ee

%19
%87
%0
%7

Triadic Colors of #c020ee

#c020ee #eec020 #20eec0

Analogous Colors of #c020ee

#c020ee #ee20b5 #5920ee

Monochromatic Colors of #c020ee

#c020ee

Complementary Color

#c020ee #4eee20

#c020ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c020ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c020ee Color CSS Codes

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

#c020ee Text Font Color

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

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


#c020ee Background Color

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

This div background color is #c020ee


#c020ee Border Color

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

This div border color is #c020ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c020ee


Comments

No comments written yet.

Please login to write comment.