Color Hex Logo

#eb649a Color Hex

#EB649A
(235,100,154)
0 Favorites   0 Comments

Color spaces of #eb649a

RGB 235100154
HSL0.930.770.66
HSV336°57°92°
CMYK 0.000.570.34   0.08
XYZ44.650929.109633.8372
Yxy29.10960.41500.2705
Hunter Lab53.953353.30550.5832
CIE-Lab60.878257.3158-2.9208

#eb649a color RGB value is (235,100,154).

#eb649a hex color red value is 235, green value is 100 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #eb649a hue: 0.93 , saturation: 0.77 and the lightness value of eb649a is 0.66.

The process color (four color CMYK) of #eb649a color hex is 0.00, 0.57, 0.34, 0.08. Web safe color of #eb649a is #ff6699. Color #eb649a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100100 10011010
Octal 353 144 232
Decimal 235 100 154
Hex EB 64 9A

RGB Percentages of Color #eb649a

%48.06
%20.45
%31.49

CMYK Percentages of Color #eb649a

%0
%57
%34
%8

Triadic Colors of #eb649a

#eb649a #9aeb64 #649aeb

Analogous Colors of #eb649a

#eb649a #eb7264 #eb64de

Monochromatic Colors of #eb649a

#eb649a

Complementary Color

#eb649a #64ebb5

#eb649a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb649a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb649a Color CSS Codes

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

#eb649a Text Font Color

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

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


#eb649a Background Color

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

This div background color is #eb649a


#eb649a Border Color

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

This div border color is #eb649a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb649a


Comments

No comments written yet.

Please login to write comment.