Color Hex Logo

#ed5fdd Color Hex

#ED5FDD
(237,95,221)
0 Favorites   0 Comments

Color spaces of #ed5fdd

RGB 23795221
HSL0.850.800.65
HSV307°60°93°
CMYK 0.000.600.07   0.07
XYZ52.068431.409471.7249
Yxy31.40940.33550.2024
Hunter Lab56.044167.7603-36.6481
CIE-Lab62.851769.2399-38.0691

#ed5fdd color RGB value is (237,95,221).

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

The process color (four color CMYK) of #ed5fdd color hex is 0.00, 0.60, 0.07, 0.07. Web safe color of #ed5fdd is #ff66cc. Color #ed5fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011111 11011101
Octal 355 137 335
Decimal 237 95 221
Hex ED 5F DD

RGB Percentages of Color #ed5fdd

%42.86
%17.18
%39.96

CMYK Percentages of Color #ed5fdd

%0
%60
%7
%7

Triadic Colors of #ed5fdd

#ed5fdd #dded5f #5fdded

Analogous Colors of #ed5fdd

#ed5fdd #ed5f96 #b65fed

Monochromatic Colors of #ed5fdd

#ed5fdd

Complementary Color

#ed5fdd #5fed6f

#ed5fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5fdd Color CSS Codes

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

#ed5fdd Text Font Color

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

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


#ed5fdd Background Color

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

This div background color is #ed5fdd


#ed5fdd Border Color

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

This div border color is #ed5fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5fdd


Comments

No comments written yet.

Please login to write comment.