Color Hex Logo

#e402bf Color Hex

#E402BF
(228,2,191)
0 Favorites   0 Comments

Color spaces of #e402bf

RGB 2282191
HSL0.860.980.45
HSV310°99°89°
CMYK 0.000.990.16   0.11
XYZ41.420620.299051.0252
Yxy20.29900.36740.1800
Hunter Lab45.054485.2581-35.6093
CIE-Lab52.173685.2269-37.8070

#e402bf color RGB value is (228,2,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000010 10111111
Octal 344 2 277
Decimal 228 2 191
Hex E4 2 BF

RGB Percentages of Color #e402bf

%54.16
%0.48
%45.37

CMYK Percentages of Color #e402bf

%0
%99
%16
%11

Triadic Colors of #e402bf

#e402bf #bfe402 #02bfe4

Analogous Colors of #e402bf

#e402bf #e4024e #9802e4

Monochromatic Colors of #e402bf

#e402bf

Complementary Color

#e402bf #02e427

#e402bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e402bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e402bf Color CSS Codes

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

#e402bf Text Font Color

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

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


#e402bf Background Color

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

This div background color is #e402bf


#e402bf Border Color

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

This div border color is #e402bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e402bf


Comments

No comments written yet.

Please login to write comment.