Color Hex Logo

#eb15dc Color Hex

#EB15DC
(235,21,220)
0 Favorites   0 Comments

Color spaces of #eb15dc

RGB 23521220
HSL0.850.840.50
HSV304°91°92°
CMYK 0.000.910.06   0.08
XYZ47.447423.365869.7194
Yxy23.36580.33760.1663
Hunter Lab48.338290.6188-51.6788
CIE-Lab55.447188.6765-49.1983

#eb15dc color RGB value is (235,21,220).

#eb15dc hex color red value is 235, green value is 21 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eb15dc hue: 0.85 , saturation: 0.84 and the lightness value of eb15dc is 0.50.

The process color (four color CMYK) of #eb15dc color hex is 0.00, 0.91, 0.06, 0.08. Web safe color of #eb15dc is #ff00cc. Color #eb15dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010101 11011100
Octal 353 25 334
Decimal 235 21 220
Hex EB 15 DC

RGB Percentages of Color #eb15dc

%49.37
%4.41
%46.22

CMYK Percentages of Color #eb15dc

%0
%91
%6
%8

Triadic Colors of #eb15dc

#eb15dc #dceb15 #15dceb

Analogous Colors of #eb15dc

#eb15dc #eb1571 #8f15eb

Monochromatic Colors of #eb15dc

#eb15dc

Complementary Color

#eb15dc #15eb24

#eb15dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb15dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb15dc Color CSS Codes

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

#eb15dc Text Font Color

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

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


#eb15dc Background Color

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

This div background color is #eb15dc


#eb15dc Border Color

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

This div border color is #eb15dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb15dc


Comments

No comments written yet.

Please login to write comment.