Color Hex Logo

#e92ddd Color Hex

#E92DDD
(233,45,221)
0 Favorites   0 Comments

Color spaces of #e92ddd

RGB 23345221
HSL0.840.810.55
HSV304°81°91°
CMYK 0.000.810.05   0.09
XYZ47.593824.420970.6118
Yxy24.42090.33370.1712
Hunter Lab49.417585.4320-50.1262
CIE-Lab56.506884.5167-48.1037

#e92ddd color RGB value is (233,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00101101 11011101
Octal 351 55 335
Decimal 233 45 221
Hex E9 2D DD

RGB Percentages of Color #e92ddd

%46.69
%9.02
%44.29

CMYK Percentages of Color #e92ddd

%0
%81
%5
%9

Triadic Colors of #e92ddd

#e92ddd #dde92d #2ddde9

Analogous Colors of #e92ddd

#e92ddd #e92d7f #972de9

Monochromatic Colors of #e92ddd

#e92ddd

Complementary Color

#e92ddd #2de939

#e92ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e92ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e92ddd Color CSS Codes

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

#e92ddd Text Font Color

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

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


#e92ddd Background Color

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

This div background color is #e92ddd


#e92ddd Border Color

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

This div border color is #e92ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e92ddd


Comments

No comments written yet.

Please login to write comment.