Color Hex Logo

#c21eab Color Hex

#C21EAB
(194,30,171)
0 Favorites   0 Comments

Color spaces of #c21eab

RGB 19430171
HSL0.860.730.44
HSV308°85°76°
CMYK 0.000.850.12   0.24
XYZ30.063115.338239.9041
Yxy15.33820.35240.1798
Hunter Lab39.164068.4832-32.9956
CIE-Lab46.094073.0245-36.0665

#c21eab color RGB value is (194,30,171).

#c21eab hex color red value is 194, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c21eab hue: 0.86 , saturation: 0.73 and the lightness value of c21eab is 0.44.

The process color (four color CMYK) of #c21eab color hex is 0.00, 0.85, 0.12, 0.24. Web safe color of #c21eab is #cc3399. Color #c21eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011110 10101011
Octal 302 36 253
Decimal 194 30 171
Hex C2 1E AB

RGB Percentages of Color #c21eab

%49.11
%7.59
%43.29

CMYK Percentages of Color #c21eab

%0
%85
%12
%24

Triadic Colors of #c21eab

#c21eab #abc21e #1eabc2

Analogous Colors of #c21eab

#c21eab #c21e59 #871ec2

Monochromatic Colors of #c21eab

#c21eab

Complementary Color

#c21eab #1ec235

#c21eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21eab Color CSS Codes

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

#c21eab Text Font Color

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

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


#c21eab Background Color

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

This div background color is #c21eab


#c21eab Border Color

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

This div border color is #c21eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21eab


Comments

No comments written yet.

Please login to write comment.