Color Hex Logo

#e23ddd Color Hex

#E23DDD
(226,61,221)
0 Favorites   0 Comments

Color spaces of #e23ddd

RGB 22661221
HSL0.840.740.56
HSV302°73°89°
CMYK 0.000.730.02   0.11
XYZ46.083924.726770.7505
Yxy24.72670.32550.1747
Hunter Lab49.725978.4058-49.5501
CIE-Lab56.808278.9737-47.6974

#e23ddd color RGB value is (226,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111101 11011101
Octal 342 75 335
Decimal 226 61 221
Hex E2 3D DD

RGB Percentages of Color #e23ddd

%44.49
%12.01
%43.50

CMYK Percentages of Color #e23ddd

%0
%73
%2
%11

Triadic Colors of #e23ddd

#e23ddd #dde23d #3ddde2

Analogous Colors of #e23ddd

#e23ddd #e23d8b #953de2

Monochromatic Colors of #e23ddd

#e23ddd

Complementary Color

#e23ddd #3de242

#e23ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23ddd Color CSS Codes

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

#e23ddd Text Font Color

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

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


#e23ddd Background Color

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

This div background color is #e23ddd


#e23ddd Border Color

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

This div border color is #e23ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23ddd


Comments

No comments written yet.

Please login to write comment.