Color Hex Logo

#ef5ddd Color Hex

#EF5DDD
(239,93,221)
0 Favorites   0 Comments

Color spaces of #ef5ddd

RGB 23993221
HSL0.850.820.65
HSV307°61°94°
CMYK 0.000.610.08   0.06
XYZ52.562131.399971.6971
Yxy31.39990.33770.2017
Hunter Lab56.035669.3729-36.6361
CIE-Lab62.843870.5632-38.0603

#ef5ddd color RGB value is (239,93,221).

#ef5ddd hex color red value is 239, green value is 93 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ef5ddd hue: 0.85 , saturation: 0.82 and the lightness value of ef5ddd is 0.65.

The process color (four color CMYK) of #ef5ddd color hex is 0.00, 0.61, 0.08, 0.06. Web safe color of #ef5ddd is #ff66cc. Color #ef5ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011101 11011101
Octal 357 135 335
Decimal 239 93 221
Hex EF 5D DD

RGB Percentages of Color #ef5ddd

%43.22
%16.82
%39.96

CMYK Percentages of Color #ef5ddd

%0
%61
%8
%6

Triadic Colors of #ef5ddd

#ef5ddd #ddef5d #5dddef

Analogous Colors of #ef5ddd

#ef5ddd #ef5d94 #b85def

Monochromatic Colors of #ef5ddd

#ef5ddd

Complementary Color

#ef5ddd #5def6f

#ef5ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5ddd Color CSS Codes

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

#ef5ddd Text Font Color

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

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


#ef5ddd Background Color

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

This div background color is #ef5ddd


#ef5ddd Border Color

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

This div border color is #ef5ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5ddd


Comments

No comments written yet.

Please login to write comment.