Color Hex Logo

#eb15cc Color Hex

#EB15CC
(235,21,204)
0 Favorites   0 Comments

Color spaces of #eb15cc

RGB 23521204
HSL0.860.840.50
HSV309°91°92°
CMYK 0.000.910.13   0.08
XYZ45.428222.558159.0866
Yxy22.55810.35750.1775
Hunter Lab47.495487.6141-40.5130
CIE-Lab54.614286.5584-41.3835

#eb15cc color RGB value is (235,21,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010101 11001100
Octal 353 25 314
Decimal 235 21 204
Hex EB 15 CC

RGB Percentages of Color #eb15cc

%51.09
%4.57
%44.35

CMYK Percentages of Color #eb15cc

%0
%91
%13
%8

Triadic Colors of #eb15cc

#eb15cc #cceb15 #15cceb

Analogous Colors of #eb15cc

#eb15cc #eb1561 #9f15eb

Monochromatic Colors of #eb15cc

#eb15cc

Complementary Color

#eb15cc #15eb34

#eb15cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb15cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb15cc Color CSS Codes

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

#eb15cc Text Font Color

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

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


#eb15cc Background Color

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

This div background color is #eb15cc


#eb15cc Border Color

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

This div border color is #eb15cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb15cc


Comments

No comments written yet.

Please login to write comment.