Color Hex Logo

#e954bd Color Hex

#E954BD
(233,84,189)
0 Favorites   0 Comments

Color spaces of #e954bd

RGB 23384189
HSL0.880.770.62
HSV318°64°91°
CMYK 0.000.640.19   0.09
XYZ45.959927.338450.9986
Yxy27.33840.36980.2199
Hunter Lab52.286165.4021-21.2297
CIE-Lab59.286367.9396-25.5168

#e954bd color RGB value is (233,84,189).

#e954bd hex color red value is 233, green value is 84 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e954bd hue: 0.88 , saturation: 0.77 and the lightness value of e954bd is 0.62.

The process color (four color CMYK) of #e954bd color hex is 0.00, 0.64, 0.19, 0.09. Web safe color of #e954bd is #ff66cc. Color #e954bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010100 10111101
Octal 351 124 275
Decimal 233 84 189
Hex E9 54 BD

RGB Percentages of Color #e954bd

%46.05
%16.60
%37.35

CMYK Percentages of Color #e954bd

%0
%64
%19
%9

Triadic Colors of #e954bd

#e954bd #bde954 #54bde9

Analogous Colors of #e954bd

#e954bd #e95473 #cb54e9

Monochromatic Colors of #e954bd

#e954bd

Complementary Color

#e954bd #54e980

#e954bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e954bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e954bd Color CSS Codes

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

#e954bd Text Font Color

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

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


#e954bd Background Color

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

This div background color is #e954bd


#e954bd Border Color

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

This div border color is #e954bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e954bd


Comments

No comments written yet.

Please login to write comment.