Color Hex Logo

#e92ddb Color Hex

#E92DDB
(233,45,219)
0 Favorites   0 Comments

Color spaces of #e92ddb

RGB 23345219
HSL0.850.810.55
HSV304°81°91°
CMYK 0.000.810.06   0.09
XYZ47.328824.314969.2166
Yxy24.31490.33600.1726
Hunter Lab49.310185.0349-48.7082
CIE-Lab56.401784.2312-47.1371

#e92ddb color RGB value is (233,45,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00101101 11011011
Octal 351 55 333
Decimal 233 45 219
Hex E9 2D DB

RGB Percentages of Color #e92ddb

%46.88
%9.05
%44.06

CMYK Percentages of Color #e92ddb

%0
%81
%6
%9

Triadic Colors of #e92ddb

#e92ddb #dbe92d #2ddbe9

Analogous Colors of #e92ddb

#e92ddb #e92d7d #992de9

Monochromatic Colors of #e92ddb

#e92ddb

Complementary Color

#e92ddb #2de93b

#e92ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e92ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e92ddb Color CSS Codes

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

#e92ddb Text Font Color

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

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


#e92ddb Background Color

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

This div background color is #e92ddb


#e92ddb Border Color

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

This div border color is #e92ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e92ddb


Comments

No comments written yet.

Please login to write comment.