Color Hex Logo

#c20fea Color Hex

#C20FEA
(194,15,234)
0 Favorites   0 Comments

Color spaces of #c20fea

RGB 19415234
HSL0.800.880.49
HSV289°94°92°
CMYK 0.170.940.00   0.08
XYZ37.270217.751579.3039
Yxy17.75150.27750.1322
Hunter Lab42.132584.1682-82.1058
CIE-Lab49.193384.9635-67.5435

#c20fea color RGB value is (194,15,234).

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

The process color (four color CMYK) of #c20fea color hex is 0.17, 0.94, 0.00, 0.08. Web safe color of #c20fea is #cc00ff. Color #c20fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001111 11101010
Octal 302 17 352
Decimal 194 15 234
Hex C2 F EA

RGB Percentages of Color #c20fea

%43.79
%3.39
%52.82

CMYK Percentages of Color #c20fea

%17
%94
%0
%8

Triadic Colors of #c20fea

#c20fea #eac20f #0feac2

Analogous Colors of #c20fea

#c20fea #ea0fa5 #540fea

Monochromatic Colors of #c20fea

#c20fea

Complementary Color

#c20fea #37ea0f

#c20fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20fea Color CSS Codes

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

#c20fea Text Font Color

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

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


#c20fea Background Color

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

This div background color is #c20fea


#c20fea Border Color

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

This div border color is #c20fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20fea


Comments

No comments written yet.

Please login to write comment.