Color Hex Logo

#ef5fdd Color Hex

#EF5FDD
(239,95,221)
0 Favorites   0 Comments

Color spaces of #ef5fdd

RGB 23995221
HSL0.850.820.65
HSV308°60°94°
CMYK 0.000.600.08   0.06
XYZ52.740031.755671.7564
Yxy31.75560.33750.2032
Hunter Lab56.352168.4422-36.0509
CIE-Lab63.140469.7472-37.5969

#ef5fdd color RGB value is (239,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011111 11011101
Octal 357 137 335
Decimal 239 95 221
Hex EF 5F DD

RGB Percentages of Color #ef5fdd

%43.06
%17.12
%39.82

CMYK Percentages of Color #ef5fdd

%0
%60
%8
%6

Triadic Colors of #ef5fdd

#ef5fdd #ddef5f #5fddef

Analogous Colors of #ef5fdd

#ef5fdd #ef5f95 #b95fef

Monochromatic Colors of #ef5fdd

#ef5fdd

Complementary Color

#ef5fdd #5fef71

#ef5fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5fdd Color CSS Codes

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

#ef5fdd Text Font Color

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

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


#ef5fdd Background Color

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

This div background color is #ef5fdd


#ef5fdd Border Color

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

This div border color is #ef5fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5fdd


Comments

No comments written yet.

Please login to write comment.