Color Hex Logo

#e93ddd Color Hex

#E93DDD
(233,61,221)
0 Favorites   0 Comments

Color spaces of #e93ddd

RGB 23361221
HSL0.840.800.58
HSV304°74°91°
CMYK 0.000.740.05   0.09
XYZ48.324225.881670.8553
Yxy25.88160.33310.1784
Hunter Lab50.874080.5243-46.9651
CIE-Lab57.924580.4266-45.8581

#e93ddd color RGB value is (233,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111101 11011101
Octal 351 75 335
Decimal 233 61 221
Hex E9 3D DD

RGB Percentages of Color #e93ddd

%45.24
%11.84
%42.91

CMYK Percentages of Color #e93ddd

%0
%74
%5
%9

Triadic Colors of #e93ddd

#e93ddd #dde93d #3ddde9

Analogous Colors of #e93ddd

#e93ddd #e93d87 #9f3de9

Monochromatic Colors of #e93ddd

#e93ddd

Complementary Color

#e93ddd #3de949

#e93ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93ddd Color CSS Codes

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

#e93ddd Text Font Color

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

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


#e93ddd Background Color

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

This div background color is #e93ddd


#e93ddd Border Color

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

This div border color is #e93ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93ddd


Comments

No comments written yet.

Please login to write comment.