Color Hex Logo

#ef52de Color Hex

#EF52DE
(239,82,222)
0 Favorites   0 Comments

Color spaces of #ef52de

RGB 23982222
HSL0.850.830.63
HSV306°66°94°
CMYK 0.000.660.07   0.06
XYZ51.798729.659272.1020
Yxy29.65920.33730.1931
Hunter Lab54.460374.4710-40.3741
CIE-Lab61.359174.9662-40.9471

#ef52de color RGB value is (239,82,222).

#ef52de hex color red value is 239, green value is 82 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ef52de hue: 0.85 , saturation: 0.83 and the lightness value of ef52de is 0.63.

The process color (four color CMYK) of #ef52de color hex is 0.00, 0.66, 0.07, 0.06. Web safe color of #ef52de is #ff66cc. Color #ef52de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010010 11011110
Octal 357 122 336
Decimal 239 82 222
Hex EF 52 DE

RGB Percentages of Color #ef52de

%44.01
%15.10
%40.88

CMYK Percentages of Color #ef52de

%0
%66
%7
%6

Triadic Colors of #ef52de

#ef52de #deef52 #52deef

Analogous Colors of #ef52de

#ef52de #ef5290 #b252ef

Monochromatic Colors of #ef52de

#ef52de

Complementary Color

#ef52de #52ef63

#ef52de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef52de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef52de Color CSS Codes

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

#ef52de Text Font Color

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

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


#ef52de Background Color

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

This div background color is #ef52de


#ef52de Border Color

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

This div border color is #ef52de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef52de


Comments

No comments written yet.

Please login to write comment.