Color Hex Logo

#eb5fdd Color Hex

#EB5FDD
(235,95,221)
0 Favorites   0 Comments

Color spaces of #eb5fdd

RGB 23595221
HSL0.850.780.65
HSV306°60°92°
CMYK 0.000.600.06   0.08
XYZ51.404331.067071.6938
Yxy31.06700.33340.2015
Hunter Lab55.737867.0809-37.2465
CIE-Lab62.564268.7326-38.5397

#eb5fdd color RGB value is (235,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011111 11011101
Octal 353 137 335
Decimal 235 95 221
Hex EB 5F DD

RGB Percentages of Color #eb5fdd

%42.65
%17.24
%40.11

CMYK Percentages of Color #eb5fdd

%0
%60
%6
%8

Triadic Colors of #eb5fdd

#eb5fdd #ddeb5f #5fddeb

Analogous Colors of #eb5fdd

#eb5fdd #eb5f97 #b35feb

Monochromatic Colors of #eb5fdd

#eb5fdd

Complementary Color

#eb5fdd #5feb6d

#eb5fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5fdd Color CSS Codes

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

#eb5fdd Text Font Color

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

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


#eb5fdd Background Color

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

This div background color is #eb5fdd


#eb5fdd Border Color

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

This div border color is #eb5fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5fdd


Comments

No comments written yet.

Please login to write comment.