Color Hex Logo

#ee54bc Color Hex

#EE54BC
(238,84,188)
0 Favorites   0 Comments

Color spaces of #ee54bc

RGB 23884188
HSL0.890.820.63
HSV319°65°93°
CMYK 0.000.650.21   0.07
XYZ47.507328.148650.5063
Yxy28.14860.37660.2231
Hunter Lab53.055366.9877-19.3028
CIE-Lab60.022869.1209-23.7456

#ee54bc color RGB value is (238,84,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010100 10111100
Octal 356 124 274
Decimal 238 84 188
Hex EE 54 BC

RGB Percentages of Color #ee54bc

%46.67
%16.47
%36.86

CMYK Percentages of Color #ee54bc

%0
%65
%21
%7

Triadic Colors of #ee54bc

#ee54bc #bcee54 #54bcee

Analogous Colors of #ee54bc

#ee54bc #ee546f #d354ee

Monochromatic Colors of #ee54bc

#ee54bc

Complementary Color

#ee54bc #54ee86

#ee54bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee54bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee54bc Color CSS Codes

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

#ee54bc Text Font Color

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

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


#ee54bc Background Color

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

This div background color is #ee54bc


#ee54bc Border Color

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

This div border color is #ee54bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,84,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee54bc


Comments

No comments written yet.

Please login to write comment.