Color Hex Logo

#ed74ab Color Hex

#ED74AB
(237,116,171)
0 Favorites   0 Comments

Color spaces of #ed74ab

RGB 237116171
HSL0.920.770.69
HSV333°51°93°
CMYK 0.000.510.28   0.07
XYZ48.521133.435642.4244
Yxy33.43560.39010.2688
Hunter Lab57.823548.5924-3.0239
CIE-Lab64.512152.5731-7.2631

#ed74ab color RGB value is (237,116,171).

#ed74ab hex color red value is 237, green value is 116 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ed74ab hue: 0.92 , saturation: 0.77 and the lightness value of ed74ab is 0.69.

The process color (four color CMYK) of #ed74ab color hex is 0.00, 0.51, 0.28, 0.07. Web safe color of #ed74ab is #ff6699. Color #ed74ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110100 10101011
Octal 355 164 253
Decimal 237 116 171
Hex ED 74 AB

RGB Percentages of Color #ed74ab

%45.23
%22.14
%32.63

CMYK Percentages of Color #ed74ab

%0
%51
%28
%7

Triadic Colors of #ed74ab

#ed74ab #abed74 #74abed

Analogous Colors of #ed74ab

#ed74ab #ed7a74 #ed74e8

Monochromatic Colors of #ed74ab

#ed74ab

Complementary Color

#ed74ab #74edb6

#ed74ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed74ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed74ab Color CSS Codes

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

#ed74ab Text Font Color

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

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


#ed74ab Background Color

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

This div background color is #ed74ab


#ed74ab Border Color

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

This div border color is #ed74ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed74ab


Comments

No comments written yet.

Please login to write comment.