Color Hex Logo

#e950dd Color Hex

#E950DD
(233,80,221)
0 Favorites   0 Comments

Color spaces of #e950dd

RGB 23380221
HSL0.850.780.61
HSV305°66°91°
CMYK 0.000.660.05   0.09
XYZ49.524128.281471.2553
Yxy28.28140.33220.1897
Hunter Lab53.180373.1626-42.2155
CIE-Lab60.142174.1439-42.3602

#e950dd color RGB value is (233,80,221).

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

The process color (four color CMYK) of #e950dd color hex is 0.00, 0.66, 0.05, 0.09. Web safe color of #e950dd is #ff66cc. Color #e950dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010000 11011101
Octal 351 120 335
Decimal 233 80 221
Hex E9 50 DD

RGB Percentages of Color #e950dd

%43.63
%14.98
%41.39

CMYK Percentages of Color #e950dd

%0
%66
%5
%9

Triadic Colors of #e950dd

#e950dd #dde950 #50dde9

Analogous Colors of #e950dd

#e950dd #e95091 #a950e9

Monochromatic Colors of #e950dd

#e950dd

Complementary Color

#e950dd #50e95c

#e950dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e950dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e950dd Color CSS Codes

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

#e950dd Text Font Color

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

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


#e950dd Background Color

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

This div background color is #e950dd


#e950dd Border Color

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

This div border color is #e950dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e950dd


Comments

No comments written yet.

Please login to write comment.