Color Hex Logo

#e401ca Color Hex

#E401CA
(228,1,202)
0 Favorites   0 Comments

Color spaces of #e401ca

RGB 2281202
HSL0.850.990.45
HSV307°100°89°
CMYK 0.001.000.11   0.11
XYZ42.666420.780057.6393
Yxy20.78000.35240.1716
Hunter Lab45.585187.2972-43.0587
CIE-Lab52.707986.6870-43.3274

#e401ca color RGB value is (228,1,202).

#e401ca hex color red value is 228, green value is 1 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e401ca hue: 0.85 , saturation: 0.99 and the lightness value of e401ca is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000001 11001010
Octal 344 1 312
Decimal 228 1 202
Hex E4 1 CA

RGB Percentages of Color #e401ca

%52.90
%0.23
%46.87

CMYK Percentages of Color #e401ca

%0
%100
%11
%11

Triadic Colors of #e401ca

#e401ca #cae401 #01cae4

Analogous Colors of #e401ca

#e401ca #e40158 #8d01e4

Monochromatic Colors of #e401ca

#e401ca

Complementary Color

#e401ca #01e41b

#e401ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e401ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e401ca Color CSS Codes

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

#e401ca Text Font Color

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

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


#e401ca Background Color

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

This div background color is #e401ca


#e401ca Border Color

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

This div border color is #e401ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e401ca


Comments

No comments written yet.

Please login to write comment.