Color Hex Logo

#e938dd Color Hex

#E938DD
(233,56,221)
0 Favorites   0 Comments

Color spaces of #e938dd

RGB 23356221
HSL0.840.800.57
HSV304°76°91°
CMYK 0.000.760.05   0.09
XYZ48.069625.372470.7704
Yxy25.37240.33330.1759
Hunter Lab50.371082.1951-48.0417
CIE-Lab57.436581.8280-46.6303

#e938dd color RGB value is (233,56,221).

#e938dd hex color red value is 233, green value is 56 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e938dd hue: 0.84 , saturation: 0.80 and the lightness value of e938dd is 0.57.

The process color (four color CMYK) of #e938dd color hex is 0.00, 0.76, 0.05, 0.09. Web safe color of #e938dd is #ff33cc. Color #e938dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111000 11011101
Octal 351 70 335
Decimal 233 56 221
Hex E9 38 DD

RGB Percentages of Color #e938dd

%45.69
%10.98
%43.33

CMYK Percentages of Color #e938dd

%0
%76
%5
%9

Triadic Colors of #e938dd

#e938dd #dde938 #38dde9

Analogous Colors of #e938dd

#e938dd #e93885 #9d38e9

Monochromatic Colors of #e938dd

#e938dd

Complementary Color

#e938dd #38e944

#e938dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e938dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e938dd Color CSS Codes

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

#e938dd Text Font Color

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

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


#e938dd Background Color

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

This div background color is #e938dd


#e938dd Border Color

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

This div border color is #e938dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e938dd


Comments

No comments written yet.

Please login to write comment.