Color Hex Logo

#eb6ebd Color Hex

#EB6EBD
(235,110,189)
0 Favorites   0 Comments

Color spaces of #eb6ebd

RGB 235110189
HSL0.890.760.68
HSV322°53°92°
CMYK 0.000.530.20   0.08
XYZ49.022232.488251.8312
Yxy32.48820.36760.2436
Hunter Lab56.998453.7739-14.0161
CIE-Lab63.744357.2532-18.6712

#eb6ebd color RGB value is (235,110,189).

#eb6ebd hex color red value is 235, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eb6ebd hue: 0.89 , saturation: 0.76 and the lightness value of eb6ebd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101110 10111101
Octal 353 156 275
Decimal 235 110 189
Hex EB 6E BD

RGB Percentages of Color #eb6ebd

%44.01
%20.60
%35.39

CMYK Percentages of Color #eb6ebd

%0
%53
%20
%8

Triadic Colors of #eb6ebd

#eb6ebd #bdeb6e #6ebdeb

Analogous Colors of #eb6ebd

#eb6ebd #eb6e7f #db6eeb

Monochromatic Colors of #eb6ebd

#eb6ebd

Complementary Color

#eb6ebd #6eeb9c

#eb6ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6ebd Color CSS Codes

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

#eb6ebd Text Font Color

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

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


#eb6ebd Background Color

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

This div background color is #eb6ebd


#eb6ebd Border Color

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

This div border color is #eb6ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6ebd


Comments

No comments written yet.

Please login to write comment.