Color Hex Logo

#eb6ecd Color Hex

#EB6ECD
(235,110,205)
0 Favorites   0 Comments

Color spaces of #eb6ecd

RGB 235110205
HSL0.870.760.68
HSV314°53°92°
CMYK 0.000.530.13   0.08
XYZ50.856333.221861.4896
Yxy33.22180.34940.2282
Hunter Lab57.638456.6296-22.9048
CIE-Lab64.340159.6249-26.7969

#eb6ecd color RGB value is (235,110,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101110 11001101
Octal 353 156 315
Decimal 235 110 205
Hex EB 6E CD

RGB Percentages of Color #eb6ecd

%42.73
%20.00
%37.27

CMYK Percentages of Color #eb6ecd

%0
%53
%13
%8

Triadic Colors of #eb6ecd

#eb6ecd #cdeb6e #6ecdeb

Analogous Colors of #eb6ecd

#eb6ecd #eb6e8f #cb6eeb

Monochromatic Colors of #eb6ecd

#eb6ecd

Complementary Color

#eb6ecd #6eeb8c

#eb6ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6ecd Color CSS Codes

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

#eb6ecd Text Font Color

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

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


#eb6ecd Background Color

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

This div background color is #eb6ecd


#eb6ecd Border Color

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

This div border color is #eb6ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6ecd


Comments

No comments written yet.

Please login to write comment.