Color Hex Logo

#eb94dc Color Hex

#EB94DC
(235,148,220)
0 Favorites   0 Comments

Color spaces of #eb94dc

RGB 235148220
HSL0.860.690.75
HSV310°37°92°
CMYK 0.000.370.06   0.08
XYZ57.769144.009373.1600
Yxy44.00930.33020.2516
Hunter Lab66.339539.3454-18.9481
CIE-Lab72.234743.2127-23.0445

#eb94dc color RGB value is (235,148,220).

#eb94dc hex color red value is 235, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eb94dc hue: 0.86 , saturation: 0.69 and the lightness value of eb94dc is 0.75.

The process color (four color CMYK) of #eb94dc color hex is 0.00, 0.37, 0.06, 0.08. Web safe color of #eb94dc is #ff99cc. Color #eb94dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010100 11011100
Octal 353 224 334
Decimal 235 148 220
Hex EB 94 DC

RGB Percentages of Color #eb94dc

%38.97
%24.54
%36.48

CMYK Percentages of Color #eb94dc

%0
%37
%6
%8

Triadic Colors of #eb94dc

#eb94dc #dceb94 #94dceb

Analogous Colors of #eb94dc

#eb94dc #eb94b1 #cf94eb

Monochromatic Colors of #eb94dc

#eb94dc

Complementary Color

#eb94dc #94eba3

#eb94dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb94dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb94dc Color CSS Codes

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

#eb94dc Text Font Color

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

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


#eb94dc Background Color

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

This div background color is #eb94dc


#eb94dc Border Color

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

This div border color is #eb94dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb94dc


Comments

No comments written yet.

Please login to write comment.