Color Hex Logo

#eb6bdd Color Hex

#EB6BDD
(235,107,221)
0 Favorites   0 Comments

Color spaces of #eb6bdd

RGB 235107221
HSL0.850.760.67
HSV307°54°92°
CMYK 0.000.540.06   0.08
XYZ52.569833.398072.0823
Yxy33.39800.33260.2113
Hunter Lab57.791061.2389-33.4983
CIE-Lab64.481963.5224-35.5470

#eb6bdd color RGB value is (235,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101011 11011101
Octal 353 153 335
Decimal 235 107 221
Hex EB 6B DD

RGB Percentages of Color #eb6bdd

%41.74
%19.01
%39.25

CMYK Percentages of Color #eb6bdd

%0
%54
%6
%8

Triadic Colors of #eb6bdd

#eb6bdd #ddeb6b #6bddeb

Analogous Colors of #eb6bdd

#eb6bdd #eb6b9d #b96beb

Monochromatic Colors of #eb6bdd

#eb6bdd

Complementary Color

#eb6bdd #6beb79

#eb6bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6bdd Color CSS Codes

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

#eb6bdd Text Font Color

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

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


#eb6bdd Background Color

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

This div background color is #eb6bdd


#eb6bdd Border Color

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

This div border color is #eb6bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6bdd


Comments

No comments written yet.

Please login to write comment.