Color Hex Logo

#ed66ab Color Hex

#ED66AB
(237,102,171)
0 Favorites   0 Comments

Color spaces of #ed66ab

RGB 237102171
HSL0.910.790.66
HSV329°57°93°
CMYK 0.000.570.28   0.07
XYZ47.027130.447541.9264
Yxy30.44750.39390.2550
Hunter Lab55.179355.5648-6.4244
CIE-Lab62.038459.0911-10.9542

#ed66ab color RGB value is (237,102,171).

#ed66ab hex color red value is 237, green value is 102 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ed66ab hue: 0.91 , saturation: 0.79 and the lightness value of ed66ab is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100110 10101011
Octal 355 146 253
Decimal 237 102 171
Hex ED 66 AB

RGB Percentages of Color #ed66ab

%46.47
%20.00
%33.53

CMYK Percentages of Color #ed66ab

%0
%57
%28
%7

Triadic Colors of #ed66ab

#ed66ab #abed66 #66abed

Analogous Colors of #ed66ab

#ed66ab #ed6668 #ec66ed

Monochromatic Colors of #ed66ab

#ed66ab

Complementary Color

#ed66ab #66eda8

#ed66ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed66ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed66ab Color CSS Codes

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

#ed66ab Text Font Color

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

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


#ed66ab Background Color

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

This div background color is #ed66ab


#ed66ab Border Color

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

This div border color is #ed66ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed66ab


Comments

No comments written yet.

Please login to write comment.