Color Hex Logo

#eb68ba Color Hex

#EB68BA
(235,104,186)
0 Favorites   0 Comments

Color spaces of #eb68ba

RGB 235104186
HSL0.900.770.66
HSV322°56°92°
CMYK 0.000.560.21   0.08
XYZ48.074231.108049.9250
Yxy31.10800.37240.2409
Hunter Lab55.774556.2505-14.0296
CIE-Lab62.598759.5898-18.7081

#eb68ba color RGB value is (235,104,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101000 10111010
Octal 353 150 272
Decimal 235 104 186
Hex EB 68 BA

RGB Percentages of Color #eb68ba

%44.76
%19.81
%35.43

CMYK Percentages of Color #eb68ba

%0
%56
%21
%8

Triadic Colors of #eb68ba

#eb68ba #baeb68 #68baeb

Analogous Colors of #eb68ba

#eb68ba #eb6879 #db68eb

Monochromatic Colors of #eb68ba

#eb68ba

Complementary Color

#eb68ba #68eb99

#eb68ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb68ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb68ba Color CSS Codes

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

#eb68ba Text Font Color

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

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


#eb68ba Background Color

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

This div background color is #eb68ba


#eb68ba Border Color

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

This div border color is #eb68ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb68ba


Comments

No comments written yet.

Please login to write comment.