Color Hex Logo

#e467bd Color Hex

#E467BD
(228,103,189)
0 Favorites   0 Comments

Color spaces of #e467bd

RGB 228103189
HSL0.890.700.65
HSV319°55°89°
CMYK 0.000.550.17   0.11
XYZ46.030529.868651.4833
Yxy29.86860.36140.2345
Hunter Lab54.652254.6994-17.5957
CIE-Lab61.540758.4231-22.1204

#e467bd color RGB value is (228,103,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100111 10111101
Octal 344 147 275
Decimal 228 103 189
Hex E4 67 BD

RGB Percentages of Color #e467bd

%43.85
%19.81
%36.35

CMYK Percentages of Color #e467bd

%0
%55
%17
%11

Triadic Colors of #e467bd

#e467bd #bde467 #67bde4

Analogous Colors of #e467bd

#e467bd #e4677f #cd67e4

Monochromatic Colors of #e467bd

#e467bd

Complementary Color

#e467bd #67e48e

#e467bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e467bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e467bd Color CSS Codes

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

#e467bd Text Font Color

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

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


#e467bd Background Color

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

This div background color is #e467bd


#e467bd Border Color

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

This div border color is #e467bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e467bd


Comments

No comments written yet.

Please login to write comment.