Color Hex Logo

#ef53de Color Hex

#EF53DE
(239,83,222)
0 Favorites   0 Comments

Color spaces of #ef53de

RGB 23983222
HSL0.850.830.63
HSV307°65°94°
CMYK 0.000.650.07   0.06
XYZ51.874729.811272.1273
Yxy29.81120.33730.1938
Hunter Lab54.599674.0421-40.1036
CIE-Lab61.491074.5972-40.7400

#ef53de color RGB value is (239,83,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010011 11011110
Octal 357 123 336
Decimal 239 83 222
Hex EF 53 DE

RGB Percentages of Color #ef53de

%43.93
%15.26
%40.81

CMYK Percentages of Color #ef53de

%0
%65
%7
%6

Triadic Colors of #ef53de

#ef53de #deef53 #53deef

Analogous Colors of #ef53de

#ef53de #ef5390 #b253ef

Monochromatic Colors of #ef53de

#ef53de

Complementary Color

#ef53de #53ef64

#ef53de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef53de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef53de Color CSS Codes

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

#ef53de Text Font Color

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

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


#ef53de Background Color

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

This div background color is #ef53de


#ef53de Border Color

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

This div border color is #ef53de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef53de


Comments

No comments written yet.

Please login to write comment.