Color Hex Logo

#c20cef Color Hex

#C20CEF
(194,12,239)
0 Favorites   0 Comments

Color spaces of #c20cef

RGB 19412239
HSL0.800.900.49
HSV288°95°94°
CMYK 0.190.950.00   0.06
XYZ37.959617.964383.1281
Yxy17.96430.27300.1292
Hunter Lab42.384385.6929-86.6161
CIE-Lab49.452886.0878-69.9433

#c20cef color RGB value is (194,12,239).

#c20cef hex color red value is 194, green value is 12 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c20cef hue: 0.80 , saturation: 0.90 and the lightness value of c20cef is 0.49.

The process color (four color CMYK) of #c20cef color hex is 0.19, 0.95, 0.00, 0.06. Web safe color of #c20cef is #cc00ff. Color #c20cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001100 11101111
Octal 302 14 357
Decimal 194 12 239
Hex C2 C EF

RGB Percentages of Color #c20cef

%43.60
%2.70
%53.71

CMYK Percentages of Color #c20cef

%19
%95
%0
%6

Triadic Colors of #c20cef

#c20cef #efc20c #0cefc2

Analogous Colors of #c20cef

#c20cef #ef0cab #510cef

Monochromatic Colors of #c20cef

#c20cef

Complementary Color

#c20cef #39ef0c

#c20cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20cef Color CSS Codes

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

#c20cef Text Font Color

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

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


#c20cef Background Color

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

This div background color is #c20cef


#c20cef Border Color

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

This div border color is #c20cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,12,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c20cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c20cef;
  -webkit-box-shadow: 1px 1px 3px 2px #c20cef;
  box-shadow:         1px 1px 3px 2px #c20cef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,12,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20cef


Comments

No comments written yet.

Please login to write comment.