Color Hex Logo

#e402be Color Hex

#E402BE
(228,2,190)
0 Favorites   0 Comments

Color spaces of #e402be

RGB 2282190
HSL0.860.980.45
HSV310°99°89°
CMYK 0.000.990.17   0.11
XYZ41.310920.255150.4475
Yxy20.25510.36880.1808
Hunter Lab45.005785.0860-34.9550
CIE-Lab52.124485.1040-37.3033

#e402be color RGB value is (228,2,190).

#e402be hex color red value is 228, green value is 2 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e402be hue: 0.86 , saturation: 0.98 and the lightness value of e402be is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000010 10111110
Octal 344 2 276
Decimal 228 2 190
Hex E4 2 BE

RGB Percentages of Color #e402be

%54.29
%0.48
%45.24

CMYK Percentages of Color #e402be

%0
%99
%17
%11

Triadic Colors of #e402be

#e402be #bee402 #02bee4

Analogous Colors of #e402be

#e402be #e4024d #9902e4

Monochromatic Colors of #e402be

#e402be

Complementary Color

#e402be #02e428

#e402be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e402be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e402be Color CSS Codes

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

#e402be Text Font Color

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

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


#e402be Background Color

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

This div background color is #e402be


#e402be Border Color

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

This div border color is #e402be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e402be


Comments

No comments written yet.

Please login to write comment.