Color Hex Logo

#eb659b Color Hex

#EB659B
(235,101,155)
0 Favorites   0 Comments

Color spaces of #eb659b

RGB 235101155
HSL0.930.770.66
HSV336°57°92°
CMYK 0.000.570.34   0.08
XYZ44.831029.336134.3099
Yxy29.33610.41330.2704
Hunter Lab54.162852.96100.3562
CIE-Lab61.077156.9805-3.2058

#eb659b color RGB value is (235,101,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100101 10011011
Octal 353 145 233
Decimal 235 101 155
Hex EB 65 9B

RGB Percentages of Color #eb659b

%47.86
%20.57
%31.57

CMYK Percentages of Color #eb659b

%0
%57
%34
%8

Triadic Colors of #eb659b

#eb659b #9beb65 #659beb

Analogous Colors of #eb659b

#eb659b #eb7265 #eb65de

Monochromatic Colors of #eb659b

#eb659b

Complementary Color

#eb659b #65ebb5

#eb659b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb659b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb659b Color CSS Codes

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

#eb659b Text Font Color

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

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


#eb659b Background Color

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

This div background color is #eb659b


#eb659b Border Color

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

This div border color is #eb659b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,101,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb659b


Comments

No comments written yet.

Please login to write comment.