Color Hex Logo

#ef54dd Color Hex

#EF54DD
(239,84,221)
0 Favorites   0 Comments

Color spaces of #ef54dd

RGB 23984221
HSL0.850.830.63
HSV307°65°94°
CMYK 0.000.650.08   0.06
XYZ51.818129.911871.4491
Yxy29.91180.33830.1953
Hunter Lab54.691773.4109-39.1722
CIE-Lab61.578074.0733-40.0417

#ef54dd color RGB value is (239,84,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010100 11011101
Octal 357 124 335
Decimal 239 84 221
Hex EF 54 DD

RGB Percentages of Color #ef54dd

%43.93
%15.44
%40.63

CMYK Percentages of Color #ef54dd

%0
%65
%8
%6

Triadic Colors of #ef54dd

#ef54dd #ddef54 #54ddef

Analogous Colors of #ef54dd

#ef54dd #ef5490 #b454ef

Monochromatic Colors of #ef54dd

#ef54dd

Complementary Color

#ef54dd #54ef66

#ef54dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef54dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef54dd Color CSS Codes

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

#ef54dd Text Font Color

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

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


#ef54dd Background Color

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

This div background color is #ef54dd


#ef54dd Border Color

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

This div border color is #ef54dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef54dd


Comments

No comments written yet.

Please login to write comment.