Color Hex Logo

#e23dda Color Hex

#E23DDA
(226,61,218)
0 Favorites   0 Comments

Color spaces of #e23dda

RGB 22661218
HSL0.840.740.56
HSV303°73°89°
CMYK 0.000.730.04   0.11
XYZ45.687724.568268.6638
Yxy24.56820.32890.1769
Hunter Lab49.566377.7911-47.4375
CIE-Lab56.652378.5167-46.2461

#e23dda color RGB value is (226,61,218).

#e23dda hex color red value is 226, green value is 61 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e23dda hue: 0.84 , saturation: 0.74 and the lightness value of e23dda is 0.56.

The process color (four color CMYK) of #e23dda color hex is 0.00, 0.73, 0.04, 0.11. Web safe color of #e23dda is #cc33cc. Color #e23dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111101 11011010
Octal 342 75 332
Decimal 226 61 218
Hex E2 3D DA

RGB Percentages of Color #e23dda

%44.75
%12.08
%43.17

CMYK Percentages of Color #e23dda

%0
%73
%4
%11

Triadic Colors of #e23dda

#e23dda #dae23d #3ddae2

Analogous Colors of #e23dda

#e23dda #e23d88 #983de2

Monochromatic Colors of #e23dda

#e23dda

Complementary Color

#e23dda #3de245

#e23dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23dda Color CSS Codes

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

#e23dda Text Font Color

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

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


#e23dda Background Color

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

This div background color is #e23dda


#e23dda Border Color

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

This div border color is #e23dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,61,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23dda


Comments

No comments written yet.

Please login to write comment.