Color Hex Logo

#ed2fdd Color Hex

#ED2FDD
(237,47,221)
0 Favorites   0 Comments

Color spaces of #ed2fdd

RGB 23747221
HSL0.850.840.56
HSV305°80°93°
CMYK 0.000.800.07   0.07
XYZ48.992725.258070.6997
Yxy25.25800.33800.1743
Hunter Lab50.257386.0580-48.2263
CIE-Lab57.325984.8383-46.7632

#ed2fdd color RGB value is (237,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101111 11011101
Octal 355 57 335
Decimal 237 47 221
Hex ED 2F DD

RGB Percentages of Color #ed2fdd

%46.93
%9.31
%43.76

CMYK Percentages of Color #ed2fdd

%0
%80
%7
%7

Triadic Colors of #ed2fdd

#ed2fdd #dded2f #2fdded

Analogous Colors of #ed2fdd

#ed2fdd #ed2f7e #9e2fed

Monochromatic Colors of #ed2fdd

#ed2fdd

Complementary Color

#ed2fdd #2fed3f

#ed2fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2fdd Color CSS Codes

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

#ed2fdd Text Font Color

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

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


#ed2fdd Background Color

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

This div background color is #ed2fdd


#ed2fdd Border Color

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

This div border color is #ed2fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2fdd


Comments

No comments written yet.

Please login to write comment.