Color Hex Logo

#e466bd Color Hex

#E466BD
(228,102,189)
0 Favorites   0 Comments

Color spaces of #e466bd

RGB 228102189
HSL0.880.700.65
HSV319°55°89°
CMYK 0.000.550.17   0.11
XYZ45.931629.670851.4503
Yxy29.67080.36150.2335
Hunter Lab54.470955.1928-17.8725
CIE-Lab61.369158.8811-22.3829

#e466bd color RGB value is (228,102,189).

#e466bd hex color red value is 228, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e466bd hue: 0.88 , saturation: 0.70 and the lightness value of e466bd is 0.65.

The process color (four color CMYK) of #e466bd color hex is 0.00, 0.55, 0.17, 0.11. Web safe color of #e466bd is #cc66cc. Color #e466bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100110 10111101
Octal 344 146 275
Decimal 228 102 189
Hex E4 66 BD

RGB Percentages of Color #e466bd

%43.93
%19.65
%36.42

CMYK Percentages of Color #e466bd

%0
%55
%17
%11

Triadic Colors of #e466bd

#e466bd #bde466 #66bde4

Analogous Colors of #e466bd

#e466bd #e4667e #cc66e4

Monochromatic Colors of #e466bd

#e466bd

Complementary Color

#e466bd #66e48d

#e466bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e466bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e466bd Color CSS Codes

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

#e466bd Text Font Color

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

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


#e466bd Background Color

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

This div background color is #e466bd


#e466bd Border Color

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

This div border color is #e466bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e466bd


Comments

No comments written yet.

Please login to write comment.