Color Hex Logo

#ed51dd Color Hex

#ED51DD
(237,81,221)
0 Favorites   0 Comments

Color spaces of #ed51dd

RGB 23781221
HSL0.850.810.62
HSV306°66°93°
CMYK 0.000.660.07   0.07
XYZ50.918629.109871.3417
Yxy29.10980.33640.1923
Hunter Lab53.953574.0407-40.6306
CIE-Lab60.878474.7117-41.1609

#ed51dd color RGB value is (237,81,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010001 11011101
Octal 355 121 335
Decimal 237 81 221
Hex ED 51 DD

RGB Percentages of Color #ed51dd

%43.97
%15.03
%41.00

CMYK Percentages of Color #ed51dd

%0
%66
%7
%7

Triadic Colors of #ed51dd

#ed51dd #dded51 #51dded

Analogous Colors of #ed51dd

#ed51dd #ed518f #af51ed

Monochromatic Colors of #ed51dd

#ed51dd

Complementary Color

#ed51dd #51ed61

#ed51dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed51dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed51dd Color CSS Codes

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

#ed51dd Text Font Color

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

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


#ed51dd Background Color

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

This div background color is #ed51dd


#ed51dd Border Color

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

This div border color is #ed51dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed51dd


Comments

No comments written yet.

Please login to write comment.