Color Hex Logo

#ef46dd Color Hex

#EF46DD
(239,70,221)
0 Favorites   0 Comments

Color spaces of #ef46dd

RGB 23970221
HSL0.850.840.61
HSV306°71°94°
CMYK 0.000.710.08   0.06
XYZ50.837927.951571.1223
Yxy27.95150.33910.1865
Hunter Lab52.869279.1208-42.7515
CIE-Lab59.844978.9518-42.7645

#ef46dd color RGB value is (239,70,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000110 11011101
Octal 357 106 335
Decimal 239 70 221
Hex EF 46 DD

RGB Percentages of Color #ef46dd

%45.09
%13.21
%41.70

CMYK Percentages of Color #ef46dd

%0
%71
%8
%6

Triadic Colors of #ef46dd

#ef46dd #ddef46 #46ddef

Analogous Colors of #ef46dd

#ef46dd #ef4689 #ad46ef

Monochromatic Colors of #ef46dd

#ef46dd

Complementary Color

#ef46dd #46ef58

#ef46dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef46dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef46dd Color CSS Codes

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

#ef46dd Text Font Color

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

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


#ef46dd Background Color

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

This div background color is #ef46dd


#ef46dd Border Color

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

This div border color is #ef46dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef46dd


Comments

No comments written yet.

Please login to write comment.