Color Hex Logo

#eb6dcb Color Hex

#EB6DCB
(235,109,203)
0 Favorites   0 Comments

Color spaces of #eb6dcb

RGB 235109203
HSL0.880.760.67
HSV315°54°92°
CMYK 0.000.540.14   0.08
XYZ50.509132.911260.1903
Yxy32.91120.35170.2292
Hunter Lab57.368356.7633-22.0487
CIE-Lab64.088959.7816-26.0573

#eb6dcb color RGB value is (235,109,203).

#eb6dcb hex color red value is 235, green value is 109 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eb6dcb hue: 0.88 , saturation: 0.76 and the lightness value of eb6dcb is 0.67.

The process color (four color CMYK) of #eb6dcb color hex is 0.00, 0.54, 0.14, 0.08. Web safe color of #eb6dcb is #ff66cc. Color #eb6dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101101 11001011
Octal 353 155 313
Decimal 235 109 203
Hex EB 6D CB

RGB Percentages of Color #eb6dcb

%42.96
%19.93
%37.11

CMYK Percentages of Color #eb6dcb

%0
%54
%14
%8

Triadic Colors of #eb6dcb

#eb6dcb #cbeb6d #6dcbeb

Analogous Colors of #eb6dcb

#eb6dcb #eb6d8c #cc6deb

Monochromatic Colors of #eb6dcb

#eb6dcb

Complementary Color

#eb6dcb #6deb8d

#eb6dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6dcb Color CSS Codes

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

#eb6dcb Text Font Color

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

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


#eb6dcb Background Color

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

This div background color is #eb6dcb


#eb6dcb Border Color

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

This div border color is #eb6dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6dcb


Comments

No comments written yet.

Please login to write comment.