Color Hex Logo

#e468bd Color Hex

#E468BD
(228,104,189)
0 Favorites   0 Comments

Color spaces of #e468bd

RGB 228104189
HSL0.890.700.65
HSV319°54°89°
CMYK 0.000.540.17   0.11
XYZ46.130530.068751.5166
Yxy30.06870.36120.2354
Hunter Lab54.834954.2040-17.3176
CIE-Lab61.713557.9625-21.8561

#e468bd color RGB value is (228,104,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101000 10111101
Octal 344 150 275
Decimal 228 104 189
Hex E4 68 BD

RGB Percentages of Color #e468bd

%43.76
%19.96
%36.28

CMYK Percentages of Color #e468bd

%0
%54
%17
%11

Triadic Colors of #e468bd

#e468bd #bde468 #68bde4

Analogous Colors of #e468bd

#e468bd #e4687f #cd68e4

Monochromatic Colors of #e468bd

#e468bd

Complementary Color

#e468bd #68e48f

#e468bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e468bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e468bd Color CSS Codes

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

#e468bd Text Font Color

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

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


#e468bd Background Color

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

This div background color is #e468bd


#e468bd Border Color

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

This div border color is #e468bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e468bd


Comments

No comments written yet.

Please login to write comment.