Color Hex Logo

#ed84ab Color Hex

#ED84AB
(237,132,171)
0 Favorites   0 Comments

Color spaces of #ed84ab

RGB 237132171
HSL0.940.740.72
HSV338°44°93°
CMYK 0.000.440.28   0.07
XYZ50.527037.447343.0931
Yxy37.44730.38550.2857
Hunter Lab61.194240.29451.0838
CIE-Lab67.611344.6470-2.6831

#ed84ab color RGB value is (237,132,171).

#ed84ab hex color red value is 237, green value is 132 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ed84ab hue: 0.94 , saturation: 0.74 and the lightness value of ed84ab is 0.72.

The process color (four color CMYK) of #ed84ab color hex is 0.00, 0.44, 0.28, 0.07. Web safe color of #ed84ab is #ff9999. Color #ed84ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 10101011
Octal 355 204 253
Decimal 237 132 171
Hex ED 84 AB

RGB Percentages of Color #ed84ab

%43.89
%24.44
%31.67

CMYK Percentages of Color #ed84ab

%0
%44
%28
%7

Triadic Colors of #ed84ab

#ed84ab #abed84 #84abed

Analogous Colors of #ed84ab

#ed84ab #ed9284 #ed84e0

Monochromatic Colors of #ed84ab

#ed84ab

Complementary Color

#ed84ab #84edc6

#ed84ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed84ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed84ab Color CSS Codes

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

#ed84ab Text Font Color

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

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


#ed84ab Background Color

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

This div background color is #ed84ab


#ed84ab Border Color

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

This div border color is #ed84ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed84ab


Comments

No comments written yet.

Please login to write comment.