Color Hex Logo

#eb7cdd Color Hex

#EB7CDD
(235,124,221)
0 Favorites   0 Comments

Color spaces of #eb7cdd

RGB 235124221
HSL0.850.740.70
HSV308°47°92°
CMYK 0.000.470.06   0.08
XYZ54.519737.297972.7323
Yxy37.29790.33130.2267
Hunter Lab61.072052.4730-27.8597
CIE-Lab67.499955.5265-30.8659

#eb7cdd color RGB value is (235,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111100 11011101
Octal 353 174 335
Decimal 235 124 221
Hex EB 7C DD

RGB Percentages of Color #eb7cdd

%40.52
%21.38
%38.10

CMYK Percentages of Color #eb7cdd

%0
%47
%6
%8

Triadic Colors of #eb7cdd

#eb7cdd #ddeb7c #7cddeb

Analogous Colors of #eb7cdd

#eb7cdd #eb7ca6 #c27ceb

Monochromatic Colors of #eb7cdd

#eb7cdd

Complementary Color

#eb7cdd #7ceb8a

#eb7cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7cdd Color CSS Codes

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

#eb7cdd Text Font Color

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

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


#eb7cdd Background Color

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

This div background color is #eb7cdd


#eb7cdd Border Color

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

This div border color is #eb7cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7cdd


Comments

No comments written yet.

Please login to write comment.