Color Hex Logo

#e66b9a Color Hex

#E66B9A
(230,107,154)
0 Favorites   0 Comments

Color spaces of #e66b9a

RGB 230107154
HSL0.940.710.66
HSV337°53°90°
CMYK 0.000.530.33   0.10
XYZ43.723629.671533.9945
Yxy29.67150.40710.2763
Hunter Lab54.471647.95441.1285
CIE-Lab61.369752.4877-2.2830

#e66b9a color RGB value is (230,107,154).

#e66b9a hex color red value is 230, green value is 107 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e66b9a hue: 0.94 , saturation: 0.71 and the lightness value of e66b9a is 0.66.

The process color (four color CMYK) of #e66b9a color hex is 0.00, 0.53, 0.33, 0.10. Web safe color of #e66b9a is #ff6699. Color #e66b9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101011 10011010
Octal 346 153 232
Decimal 230 107 154
Hex E6 6B 9A

RGB Percentages of Color #e66b9a

%46.84
%21.79
%31.36

CMYK Percentages of Color #e66b9a

%0
%53
%33
%10

Triadic Colors of #e66b9a

#e66b9a #9ae66b #6b9ae6

Analogous Colors of #e66b9a

#e66b9a #e67a6b #e66bd8

Monochromatic Colors of #e66b9a

#e66b9a

Complementary Color

#e66b9a #6be6b7

#e66b9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66b9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66b9a Color CSS Codes

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

#e66b9a Text Font Color

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

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


#e66b9a Background Color

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

This div background color is #e66b9a


#e66b9a Border Color

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

This div border color is #e66b9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,107,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e66b9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e66b9a;
  -webkit-box-shadow: 1px 1px 3px 2px #e66b9a;
  box-shadow:         1px 1px 3px 2px #e66b9a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,107,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66b9a


Comments

No comments written yet.

Please login to write comment.