Color Hex Logo

#e933dc Color Hex

#E933DC
(233,51,220)
0 Favorites   0 Comments

Color spaces of #e933dc

RGB 23351220
HSL0.850.810.56
HSV304°78°91°
CMYK 0.000.780.06   0.09
XYZ47.706424.858669.9939
Yxy24.85860.33460.1744
Hunter Lab49.858483.5433-48.3336
CIE-Lab56.937482.9734-46.8549

#e933dc color RGB value is (233,51,220).

#e933dc hex color red value is 233, green value is 51 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e933dc hue: 0.85 , saturation: 0.81 and the lightness value of e933dc is 0.56.

The process color (four color CMYK) of #e933dc color hex is 0.00, 0.78, 0.06, 0.09. Web safe color of #e933dc is #ff33cc. Color #e933dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110011 11011100
Octal 351 63 334
Decimal 233 51 220
Hex E9 33 DC

RGB Percentages of Color #e933dc

%46.23
%10.12
%43.65

CMYK Percentages of Color #e933dc

%0
%78
%6
%9

Triadic Colors of #e933dc

#e933dc #dce933 #33dce9

Analogous Colors of #e933dc

#e933dc #e93381 #9b33e9

Monochromatic Colors of #e933dc

#e933dc

Complementary Color

#e933dc #33e940

#e933dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e933dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e933dc Color CSS Codes

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

#e933dc Text Font Color

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

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


#e933dc Background Color

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

This div background color is #e933dc


#e933dc Border Color

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

This div border color is #e933dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,51,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e933dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e933dc


Comments

No comments written yet.

Please login to write comment.