Color Hex Logo

#eb65bb Color Hex

#EB65BB
(235,101,187)
0 Favorites   0 Comments

Color spaces of #eb65bb

RGB 235101187
HSL0.890.770.66
HSV321°57°92°
CMYK 0.000.570.20   0.08
XYZ47.884330.557450.3881
Yxy30.55740.37170.2372
Hunter Lab55.278757.8849-15.3493
CIE-Lab62.132261.0753-19.9877

#eb65bb color RGB value is (235,101,187).

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

The process color (four color CMYK) of #eb65bb color hex is 0.00, 0.57, 0.20, 0.08. Web safe color of #eb65bb is #ff66cc. Color #eb65bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100101 10111011
Octal 353 145 273
Decimal 235 101 187
Hex EB 65 BB

RGB Percentages of Color #eb65bb

%44.93
%19.31
%35.76

CMYK Percentages of Color #eb65bb

%0
%57
%20
%8

Triadic Colors of #eb65bb

#eb65bb #bbeb65 #65bbeb

Analogous Colors of #eb65bb

#eb65bb #eb6578 #d865eb

Monochromatic Colors of #eb65bb

#eb65bb

Complementary Color

#eb65bb #65eb95

#eb65bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb65bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb65bb Color CSS Codes

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

#eb65bb Text Font Color

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

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


#eb65bb Background Color

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

This div background color is #eb65bb


#eb65bb Border Color

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

This div border color is #eb65bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb65bb


Comments

No comments written yet.

Please login to write comment.