Color Hex Logo

#ef48dd Color Hex

#EF48DD
(239,72,221)
0 Favorites   0 Comments

Color spaces of #ef48dd

RGB 23972221
HSL0.850.840.61
HSV306°70°94°
CMYK 0.000.700.08   0.06
XYZ50.965128.205971.1647
Yxy28.20590.33900.1876
Hunter Lab53.109278.3524-42.2703
CIE-Lab60.074378.3012-42.4035

#ef48dd color RGB value is (239,72,221).

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

The process color (four color CMYK) of #ef48dd color hex is 0.00, 0.70, 0.08, 0.06. Web safe color of #ef48dd is #ff33cc. Color #ef48dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001000 11011101
Octal 357 110 335
Decimal 239 72 221
Hex EF 48 DD

RGB Percentages of Color #ef48dd

%44.92
%13.53
%41.54

CMYK Percentages of Color #ef48dd

%0
%70
%8
%6

Triadic Colors of #ef48dd

#ef48dd #ddef48 #48ddef

Analogous Colors of #ef48dd

#ef48dd #ef488a #ae48ef

Monochromatic Colors of #ef48dd

#ef48dd

Complementary Color

#ef48dd #48ef5a

#ef48dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef48dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef48dd Color CSS Codes

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

#ef48dd Text Font Color

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

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


#ef48dd Background Color

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

This div background color is #ef48dd


#ef48dd Border Color

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

This div border color is #ef48dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef48dd


Comments

No comments written yet.

Please login to write comment.