Color Hex Logo

#ed71ab Color Hex

#ED71AB
(237,113,171)
0 Favorites   0 Comments

Color spaces of #ed71ab

RGB 237113171
HSL0.920.780.69
HSV332°52°93°
CMYK 0.000.520.28   0.07
XYZ48.180932.755142.3110
Yxy32.75510.39090.2658
Hunter Lab57.232150.1144-3.7700
CIE-Lab63.962154.0075-8.0810

#ed71ab color RGB value is (237,113,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110001 10101011
Octal 355 161 253
Decimal 237 113 171
Hex ED 71 AB

RGB Percentages of Color #ed71ab

%45.49
%21.69
%32.82

CMYK Percentages of Color #ed71ab

%0
%52
%28
%7

Triadic Colors of #ed71ab

#ed71ab #abed71 #71abed

Analogous Colors of #ed71ab

#ed71ab #ed7571 #ed71e9

Monochromatic Colors of #ed71ab

#ed71ab

Complementary Color

#ed71ab #71edb3

#ed71ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed71ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed71ab Color CSS Codes

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

#ed71ab Text Font Color

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

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


#ed71ab Background Color

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

This div background color is #ed71ab


#ed71ab Border Color

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

This div border color is #ed71ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed71ab


Comments

No comments written yet.

Please login to write comment.