Color Hex Logo

#eb67ba Color Hex

#EB67BA
(235,103,186)
0 Favorites   0 Comments

Color spaces of #eb67ba

RGB 235103186
HSL0.900.770.66
HSV322°56°92°
CMYK 0.000.560.21   0.08
XYZ47.974130.907849.8917
Yxy30.90780.37250.2400
Hunter Lab55.594856.7411-14.2915
CIE-Lab62.429760.0414-18.9651

#eb67ba color RGB value is (235,103,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100111 10111010
Octal 353 147 272
Decimal 235 103 186
Hex EB 67 BA

RGB Percentages of Color #eb67ba

%44.85
%19.66
%35.50

CMYK Percentages of Color #eb67ba

%0
%56
%21
%8

Triadic Colors of #eb67ba

#eb67ba #baeb67 #67baeb

Analogous Colors of #eb67ba

#eb67ba #eb6778 #da67eb

Monochromatic Colors of #eb67ba

#eb67ba

Complementary Color

#eb67ba #67eb98

#eb67ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb67ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb67ba Color CSS Codes

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

#eb67ba Text Font Color

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

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


#eb67ba Background Color

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

This div background color is #eb67ba


#eb67ba Border Color

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

This div border color is #eb67ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb67ba


Comments

No comments written yet.

Please login to write comment.