Color Hex Logo

#ed10b5 Color Hex

#ED10B5
(237,16,181)
0 Favorites   0 Comments

Color spaces of #ed10b5

RGB 23716181
HSL0.880.870.50
HSV315°93°93°
CMYK 0.000.930.24   0.07
XYZ43.450821.711345.6166
Yxy21.71130.39220.1960
Hunter Lab46.595484.9116-25.4278
CIE-Lab53.719384.6592-29.4468

#ed10b5 color RGB value is (237,16,181).

#ed10b5 hex color red value is 237, green value is 16 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ed10b5 hue: 0.88 , saturation: 0.87 and the lightness value of ed10b5 is 0.50.

The process color (four color CMYK) of #ed10b5 color hex is 0.00, 0.93, 0.24, 0.07. Web safe color of #ed10b5 is #ff00cc. Color #ed10b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010000 10110101
Octal 355 20 265
Decimal 237 16 181
Hex ED 10 B5

RGB Percentages of Color #ed10b5

%54.61
%3.69
%41.71

CMYK Percentages of Color #ed10b5

%0
%93
%24
%7

Triadic Colors of #ed10b5

#ed10b5 #b5ed10 #10b5ed

Analogous Colors of #ed10b5

#ed10b5 #ed1047 #b710ed

Monochromatic Colors of #ed10b5

#ed10b5

Complementary Color

#ed10b5 #10ed48

#ed10b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed10b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed10b5 Color CSS Codes

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

#ed10b5 Text Font Color

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

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


#ed10b5 Background Color

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

This div background color is #ed10b5


#ed10b5 Border Color

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

This div border color is #ed10b5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,16,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed10b5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed10b5


Comments

No comments written yet.

Please login to write comment.