Color Hex Logo

#eb65ba Color Hex

#EB65BA
(235,101,186)
0 Favorites   0 Comments

Color spaces of #eb65ba

RGB 235101186
HSL0.890.770.66
HSV322°57°92°
CMYK 0.000.570.21   0.08
XYZ47.777630.514749.8261
Yxy30.51470.37290.2382
Hunter Lab55.240157.7158-14.8110
CIE-Lab62.095860.9365-19.4732

#eb65ba color RGB value is (235,101,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100101 10111010
Octal 353 145 272
Decimal 235 101 186
Hex EB 65 BA

RGB Percentages of Color #eb65ba

%45.02
%19.35
%35.63

CMYK Percentages of Color #eb65ba

%0
%57
%21
%8

Triadic Colors of #eb65ba

#eb65ba #baeb65 #65baeb

Analogous Colors of #eb65ba

#eb65ba #eb6577 #d965eb

Monochromatic Colors of #eb65ba

#eb65ba

Complementary Color

#eb65ba #65eb96

#eb65ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb65ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb65ba Color CSS Codes

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

#eb65ba Text Font Color

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

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


#eb65ba Background Color

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

This div background color is #eb65ba


#eb65ba Border Color

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

This div border color is #eb65ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb65ba


Comments

No comments written yet.

Please login to write comment.