Color Hex Logo

#ee90bd Color Hex

#EE90BD
(238,144,189)
0 Favorites   0 Comments

Color spaces of #ee90bd

RGB 238144189
HSL0.920.730.75
HSV331°39°93°
CMYK 0.000.390.21   0.07
XYZ54.418541.797853.3437
Yxy41.79780.36390.2795
Hunter Lab64.651237.1082-3.6643
CIE-Lab70.731341.3411-8.1292

#ee90bd color RGB value is (238,144,189).

#ee90bd hex color red value is 238, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ee90bd hue: 0.92 , saturation: 0.73 and the lightness value of ee90bd is 0.75.

The process color (four color CMYK) of #ee90bd color hex is 0.00, 0.39, 0.21, 0.07. Web safe color of #ee90bd is #ff99cc. Color #ee90bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010000 10111101
Octal 356 220 275
Decimal 238 144 189
Hex EE 90 BD

RGB Percentages of Color #ee90bd

%41.68
%25.22
%33.10

CMYK Percentages of Color #ee90bd

%0
%39
%21
%7

Triadic Colors of #ee90bd

#ee90bd #bdee90 #90bdee

Analogous Colors of #ee90bd

#ee90bd #ee9290 #ee90ec

Monochromatic Colors of #ee90bd

#ee90bd

Complementary Color

#ee90bd #90eec1

#ee90bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee90bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee90bd Color CSS Codes

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

#ee90bd Text Font Color

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

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


#ee90bd Background Color

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

This div background color is #ee90bd


#ee90bd Border Color

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

This div border color is #ee90bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee90bd


Comments

No comments written yet.

Please login to write comment.