Color Hex Logo

#ed22dd Color Hex

#ED22DD
(237,34,221)
0 Favorites   0 Comments

Color spaces of #ed22dd

RGB 23734221
HSL0.850.850.53
HSV305°86°93°
CMYK 0.000.860.07   0.07
XYZ48.548224.369070.5515
Yxy24.36900.33840.1699
Hunter Lab49.365089.1579-50.1807
CIE-Lab56.455487.3747-48.1431

#ed22dd color RGB value is (237,34,221).

#ed22dd hex color red value is 237, green value is 34 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ed22dd hue: 0.85 , saturation: 0.85 and the lightness value of ed22dd is 0.53.

The process color (four color CMYK) of #ed22dd color hex is 0.00, 0.86, 0.07, 0.07. Web safe color of #ed22dd is #ff33cc. Color #ed22dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100010 11011101
Octal 355 42 335
Decimal 237 34 221
Hex ED 22 DD

RGB Percentages of Color #ed22dd

%48.17
%6.91
%44.92

CMYK Percentages of Color #ed22dd

%0
%86
%7
%7

Triadic Colors of #ed22dd

#ed22dd #dded22 #22dded

Analogous Colors of #ed22dd

#ed22dd #ed2278 #9822ed

Monochromatic Colors of #ed22dd

#ed22dd

Complementary Color

#ed22dd #22ed32

#ed22dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed22dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed22dd Color CSS Codes

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

#ed22dd Text Font Color

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

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


#ed22dd Background Color

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

This div background color is #ed22dd


#ed22dd Border Color

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

This div border color is #ed22dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed22dd


Comments

No comments written yet.

Please login to write comment.