Color Hex Logo

#ed10ab Color Hex

#ED10AB
(237,16,171)
0 Favorites   0 Comments

Color spaces of #ed10ab

RGB 23716171
HSL0.880.870.50
HSV318°93°93°
CMYK 0.000.930.28   0.07
XYZ42.461021.315440.4044
Yxy21.31540.40760.2046
Hunter Lab46.168683.3704-19.5696
CIE-Lab53.293083.5498-24.2501

#ed10ab color RGB value is (237,16,171).

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

The process color (four color CMYK) of #ed10ab color hex is 0.00, 0.93, 0.28, 0.07. Web safe color of #ed10ab is #ff0099. Color #ed10ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010000 10101011
Octal 355 20 253
Decimal 237 16 171
Hex ED 10 AB

RGB Percentages of Color #ed10ab

%55.90
%3.77
%40.33

CMYK Percentages of Color #ed10ab

%0
%93
%28
%7

Triadic Colors of #ed10ab

#ed10ab #abed10 #10abed

Analogous Colors of #ed10ab

#ed10ab #ed103d #c110ed

Monochromatic Colors of #ed10ab

#ed10ab

Complementary Color

#ed10ab #10ed52

#ed10ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed10ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed10ab Color CSS Codes

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

#ed10ab Text Font Color

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

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


#ed10ab Background Color

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

This div background color is #ed10ab


#ed10ab Border Color

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

This div border color is #ed10ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed10ab


Comments

No comments written yet.

Please login to write comment.