Color Hex Logo

#ef90dc Color Hex

#EF90DC
(239,144,220)
0 Favorites   0 Comments

Color spaces of #ef90dc

RGB 239144220
HSL0.870.750.75
HSV312°40°94°
CMYK 0.000.400.08   0.06
XYZ58.488143.464573.0170
Yxy43.46450.33430.2484
Hunter Lab65.927642.9841-19.5163
CIE-Lab71.869146.5385-23.5606

#ef90dc color RGB value is (239,144,220).

#ef90dc hex color red value is 239, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ef90dc hue: 0.87 , saturation: 0.75 and the lightness value of ef90dc is 0.75.

The process color (four color CMYK) of #ef90dc color hex is 0.00, 0.40, 0.08, 0.06. Web safe color of #ef90dc is #ff99cc. Color #ef90dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010000 11011100
Octal 357 220 334
Decimal 239 144 220
Hex EF 90 DC

RGB Percentages of Color #ef90dc

%39.64
%23.88
%36.48

CMYK Percentages of Color #ef90dc

%0
%40
%8
%6

Triadic Colors of #ef90dc

#ef90dc #dcef90 #90dcef

Analogous Colors of #ef90dc

#ef90dc #ef90ad #d390ef

Monochromatic Colors of #ef90dc

#ef90dc

Complementary Color

#ef90dc #90efa3

#ef90dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef90dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef90dc Color CSS Codes

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

#ef90dc Text Font Color

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

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


#ef90dc Background Color

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

This div background color is #ef90dc


#ef90dc Border Color

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

This div border color is #ef90dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,144,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef90dc


Comments

No comments written yet.

Please login to write comment.