Color Hex Logo

#ed40ab Color Hex

#ED40AB
(237,64,171)
0 Favorites   0 Comments

Color spaces of #ed40ab

RGB 23764171
HSL0.900.830.59
HSV323°73°93°
CMYK 0.000.730.28   0.07
XYZ44.109124.611640.9538
Yxy24.61160.40220.2244
Hunter Lab49.610171.8895-14.2177
CIE-Lab56.695073.7684-19.0330

#ed40ab color RGB value is (237,64,171).

#ed40ab hex color red value is 237, green value is 64 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ed40ab hue: 0.90 , saturation: 0.83 and the lightness value of ed40ab is 0.59.

The process color (four color CMYK) of #ed40ab color hex is 0.00, 0.73, 0.28, 0.07. Web safe color of #ed40ab is #ff3399. Color #ed40ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000000 10101011
Octal 355 100 253
Decimal 237 64 171
Hex ED 40 AB

RGB Percentages of Color #ed40ab

%50.21
%13.56
%36.23

CMYK Percentages of Color #ed40ab

%0
%73
%28
%7

Triadic Colors of #ed40ab

#ed40ab #abed40 #40abed

Analogous Colors of #ed40ab

#ed40ab #ed4054 #d940ed

Monochromatic Colors of #ed40ab

#ed40ab

Complementary Color

#ed40ab #40ed82

#ed40ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed40ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed40ab Color CSS Codes

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

#ed40ab Text Font Color

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

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


#ed40ab Background Color

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

This div background color is #ed40ab


#ed40ab Border Color

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

This div border color is #ed40ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed40ab


Comments

No comments written yet.

Please login to write comment.