Color Hex Logo

#ef90dd Color Hex

#EF90DD
(239,144,221)
0 Favorites   0 Comments

Color spaces of #ef90dd

RGB 239144221
HSL0.860.750.75
HSV311°40°94°
CMYK 0.000.400.08   0.06
XYZ58.621043.517773.7167
Yxy43.51770.33330.2475
Hunter Lab65.967943.1763-20.0768
CIE-Lab71.904946.7059-24.0562

#ef90dd color RGB value is (239,144,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010000 11011101
Octal 357 220 335
Decimal 239 144 221
Hex EF 90 DD

RGB Percentages of Color #ef90dd

%39.57
%23.84
%36.59

CMYK Percentages of Color #ef90dd

%0
%40
%8
%6

Triadic Colors of #ef90dd

#ef90dd #ddef90 #90ddef

Analogous Colors of #ef90dd

#ef90dd #ef90ae #d290ef

Monochromatic Colors of #ef90dd

#ef90dd

Complementary Color

#ef90dd #90efa2

#ef90dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef90dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef90dd Color CSS Codes

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

#ef90dd Text Font Color

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

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


#ef90dd Background Color

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

This div background color is #ef90dd


#ef90dd Border Color

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

This div border color is #ef90dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef90dd


Comments

No comments written yet.

Please login to write comment.