Color Hex Logo

#e952dd Color Hex

#E952DD
(233,82,221)
0 Favorites   0 Comments

Color spaces of #e952dd

RGB 23382221
HSL0.850.770.62
HSV305°65°91°
CMYK 0.000.650.05   0.09
XYZ49.672728.578771.3048
Yxy28.57870.33210.1911
Hunter Lab53.459072.3040-41.6609
CIE-Lab60.408073.3998-41.9420

#e952dd color RGB value is (233,82,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010010 11011101
Octal 351 122 335
Decimal 233 82 221
Hex E9 52 DD

RGB Percentages of Color #e952dd

%43.47
%15.30
%41.23

CMYK Percentages of Color #e952dd

%0
%65
%5
%9

Triadic Colors of #e952dd

#e952dd #dde952 #52dde9

Analogous Colors of #e952dd

#e952dd #e95292 #aa52e9

Monochromatic Colors of #e952dd

#e952dd

Complementary Color

#e952dd #52e95e

#e952dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e952dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e952dd Color CSS Codes

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

#e952dd Text Font Color

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

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


#e952dd Background Color

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

This div background color is #e952dd


#e952dd Border Color

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

This div border color is #e952dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e952dd


Comments

No comments written yet.

Please login to write comment.