Color Hex Logo

#e469b6 Color Hex

#E469B6
(228,105,182)
0 Favorites   0 Comments

Color spaces of #e469b6

RGB 228105182
HSL0.900.690.65
HSV322°54°89°
CMYK 0.000.540.20   0.11
XYZ45.490029.974547.6440
Yxy29.97450.36950.2435
Hunter Lab54.749052.5019-13.2714
CIE-Lab61.632256.4856-17.9890

#e469b6 color RGB value is (228,105,182).

#e469b6 hex color red value is 228, green value is 105 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #e469b6 hue: 0.90 , saturation: 0.69 and the lightness value of e469b6 is 0.65.

The process color (four color CMYK) of #e469b6 color hex is 0.00, 0.54, 0.20, 0.11. Web safe color of #e469b6 is #cc66cc. Color #e469b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101001 10110110
Octal 344 151 266
Decimal 228 105 182
Hex E4 69 B6

RGB Percentages of Color #e469b6

%44.27
%20.39
%35.34

CMYK Percentages of Color #e469b6

%0
%54
%20
%11

Triadic Colors of #e469b6

#e469b6 #b6e469 #69b6e4

Analogous Colors of #e469b6

#e469b6 #e46979 #d569e4

Monochromatic Colors of #e469b6

#e469b6

Complementary Color

#e469b6 #69e497

#e469b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e469b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e469b6 Color CSS Codes

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

#e469b6 Text Font Color

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

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


#e469b6 Background Color

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

This div background color is #e469b6


#e469b6 Border Color

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

This div border color is #e469b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e469b6


Comments

No comments written yet.

Please login to write comment.