Color Hex Logo

#e214ca Color Hex

#E214CA
(226,20,202)
0 Favorites   0 Comments

Color spaces of #e214ca

RGB 22620202
HSL0.850.840.48
HSV307°91°89°
CMYK 0.000.910.11   0.11
XYZ42.274920.933357.6895
Yxy20.93330.34970.1731
Hunter Lab45.752984.8633-42.7312
CIE-Lab52.876484.7860-43.0837

#e214ca color RGB value is (226,20,202).

#e214ca hex color red value is 226, green value is 20 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e214ca hue: 0.85 , saturation: 0.84 and the lightness value of e214ca is 0.48.

The process color (four color CMYK) of #e214ca color hex is 0.00, 0.91, 0.11, 0.11. Web safe color of #e214ca is #cc00cc. Color #e214ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010100 11001010
Octal 342 24 312
Decimal 226 20 202
Hex E2 14 CA

RGB Percentages of Color #e214ca

%50.45
%4.46
%45.09

CMYK Percentages of Color #e214ca

%0
%91
%11
%11

Triadic Colors of #e214ca

#e214ca #cae214 #14cae2

Analogous Colors of #e214ca

#e214ca #e21463 #9314e2

Monochromatic Colors of #e214ca

#e214ca

Complementary Color

#e214ca #14e22c

#e214ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e214ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e214ca Color CSS Codes

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

#e214ca Text Font Color

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

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


#e214ca Background Color

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

This div background color is #e214ca


#e214ca Border Color

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

This div border color is #e214ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,20,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e214ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e214ca;
  -webkit-box-shadow: 1px 1px 3px 2px #e214ca;
  box-shadow:         1px 1px 3px 2px #e214ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,20,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e214ca


Comments

No comments written yet.

Please login to write comment.