Color Hex Logo

#c21cea Color Hex

#C21CEA
(194,28,234)
0 Favorites   0 Comments

Color spaces of #c21cea

RGB 19428234
HSL0.800.830.51
HSV288°88°92°
CMYK 0.170.880.00   0.08
XYZ37.514718.240479.3854
Yxy18.24040.27760.1350
Hunter Lab42.708882.0511-80.3098
CIE-Lab49.786483.2056-66.5825

#c21cea color RGB value is (194,28,234).

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

The process color (four color CMYK) of #c21cea color hex is 0.17, 0.88, 0.00, 0.08. Web safe color of #c21cea is #cc33ff. Color #c21cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011100 11101010
Octal 302 34 352
Decimal 194 28 234
Hex C2 1C EA

RGB Percentages of Color #c21cea

%42.54
%6.14
%51.32

CMYK Percentages of Color #c21cea

%17
%88
%0
%8

Triadic Colors of #c21cea

#c21cea #eac21c #1ceac2

Analogous Colors of #c21cea

#c21cea #ea1cab #5b1cea

Monochromatic Colors of #c21cea

#c21cea

Complementary Color

#c21cea #44ea1c

#c21cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21cea Color CSS Codes

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

#c21cea Text Font Color

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

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


#c21cea Background Color

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

This div background color is #c21cea


#c21cea Border Color

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

This div border color is #c21cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21cea


Comments

No comments written yet.

Please login to write comment.