Color Hex Logo

#eb4edd Color Hex

#EB4EDD
(235,78,221)
0 Favorites   0 Comments

Color spaces of #eb4edd

RGB 23578221
HSL0.850.800.61
HSV305°67°92°
CMYK 0.000.670.06   0.08
XYZ50.036528.331471.2379
Yxy28.33140.33450.1894
Hunter Lab53.227274.6520-42.0930
CIE-Lab60.187075.3334-42.2687

#eb4edd color RGB value is (235,78,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001110 11011101
Octal 353 116 335
Decimal 235 78 221
Hex EB 4E DD

RGB Percentages of Color #eb4edd

%44.01
%14.61
%41.39

CMYK Percentages of Color #eb4edd

%0
%67
%6
%8

Triadic Colors of #eb4edd

#eb4edd #ddeb4e #4eddeb

Analogous Colors of #eb4edd

#eb4edd #eb4e8f #ab4eeb

Monochromatic Colors of #eb4edd

#eb4edd

Complementary Color

#eb4edd #4eeb5c

#eb4edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4edd Color CSS Codes

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

#eb4edd Text Font Color

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

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


#eb4edd Background Color

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

This div background color is #eb4edd


#eb4edd Border Color

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

This div border color is #eb4edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4edd


Comments

No comments written yet.

Please login to write comment.