Color Hex Logo

#ee54bd Color Hex

#EE54BD
(238,84,189)
0 Favorites   0 Comments

Color spaces of #ee54bd

RGB 23884189
HSL0.890.820.63
HSV319°65°93°
CMYK 0.000.650.21   0.07
XYZ47.615528.191951.0761
Yxy28.19190.37530.2222
Hunter Lab53.096067.1572-19.8672
CIE-Lab60.061769.2540-24.2585

#ee54bd color RGB value is (238,84,189).

#ee54bd hex color red value is 238, green value is 84 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ee54bd hue: 0.89 , saturation: 0.82 and the lightness value of ee54bd is 0.63.

The process color (four color CMYK) of #ee54bd color hex is 0.00, 0.65, 0.21, 0.07. Web safe color of #ee54bd is #ff66cc. Color #ee54bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010100 10111101
Octal 356 124 275
Decimal 238 84 189
Hex EE 54 BD

RGB Percentages of Color #ee54bd

%46.58
%16.44
%36.99

CMYK Percentages of Color #ee54bd

%0
%65
%21
%7

Triadic Colors of #ee54bd

#ee54bd #bdee54 #54bdee

Analogous Colors of #ee54bd

#ee54bd #ee5470 #d254ee

Monochromatic Colors of #ee54bd

#ee54bd

Complementary Color

#ee54bd #54ee85

#ee54bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee54bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee54bd Color CSS Codes

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

#ee54bd Text Font Color

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

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


#ee54bd Background Color

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

This div background color is #ee54bd


#ee54bd Border Color

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

This div border color is #ee54bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee54bd


Comments

No comments written yet.

Please login to write comment.