Color Hex Logo

#ed66ba Color Hex

#ED66BA
(237,102,186)
0 Favorites   0 Comments

Color spaces of #ed66ba

RGB 237102186
HSL0.900.790.66
HSV323°57°93°
CMYK 0.000.570.22   0.07
XYZ48.539331.052449.8898
Yxy31.05240.37490.2398
Hunter Lab55.724757.9653-14.0745
CIE-Lab62.551861.0723-18.7526

#ed66ba color RGB value is (237,102,186).

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

The process color (four color CMYK) of #ed66ba color hex is 0.00, 0.57, 0.22, 0.07. Web safe color of #ed66ba is #ff66cc. Color #ed66ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100110 10111010
Octal 355 146 272
Decimal 237 102 186
Hex ED 66 BA

RGB Percentages of Color #ed66ba

%45.14
%19.43
%35.43

CMYK Percentages of Color #ed66ba

%0
%57
%22
%7

Triadic Colors of #ed66ba

#ed66ba #baed66 #66baed

Analogous Colors of #ed66ba

#ed66ba #ed6677 #dd66ed

Monochromatic Colors of #ed66ba

#ed66ba

Complementary Color

#ed66ba #66ed99

#ed66ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed66ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed66ba Color CSS Codes

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

#ed66ba Text Font Color

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

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


#ed66ba Background Color

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

This div background color is #ed66ba


#ed66ba Border Color

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

This div border color is #ed66ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,102,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed66ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed66ba


Comments

No comments written yet.

Please login to write comment.