Color Hex Logo

#ed3eab Color Hex

#ED3EAB
(237,62,171)
0 Favorites   0 Comments

Color spaces of #ed3eab

RGB 23762171
HSL0.900.830.59
HSV323°74°93°
CMYK 0.000.740.28   0.07
XYZ43.998424.390040.9169
Yxy24.39000.40250.2231
Hunter Lab49.386272.6005-14.5519
CIE-Lab56.476274.3876-19.3670

#ed3eab color RGB value is (237,62,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111110 10101011
Octal 355 76 253
Decimal 237 62 171
Hex ED 3E AB

RGB Percentages of Color #ed3eab

%50.43
%13.19
%36.38

CMYK Percentages of Color #ed3eab

%0
%74
%28
%7

Triadic Colors of #ed3eab

#ed3eab #abed3e #3eabed

Analogous Colors of #ed3eab

#ed3eab #ed3e53 #d83eed

Monochromatic Colors of #ed3eab

#ed3eab

Complementary Color

#ed3eab #3eed80

#ed3eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3eab Color CSS Codes

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

#ed3eab Text Font Color

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

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


#ed3eab Background Color

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

This div background color is #ed3eab


#ed3eab Border Color

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

This div border color is #ed3eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3eab


Comments

No comments written yet.

Please login to write comment.