Color Hex Logo

#eb28cc Color Hex

#EB28CC
(235,40,204)
0 Favorites   0 Comments

Color spaces of #eb28cc

RGB 23540204
HSL0.860.830.54
HSV310°83°92°
CMYK 0.000.830.13   0.08
XYZ45.918823.539459.2501
Yxy23.53940.35680.1829
Hunter Lab48.517484.0340-38.4435
CIE-Lab55.623783.6096-39.7935

#eb28cc color RGB value is (235,40,204).

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

The process color (four color CMYK) of #eb28cc color hex is 0.00, 0.83, 0.13, 0.08. Web safe color of #eb28cc is #ff33cc. Color #eb28cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101000 11001100
Octal 353 50 314
Decimal 235 40 204
Hex EB 28 CC

RGB Percentages of Color #eb28cc

%49.06
%8.35
%42.59

CMYK Percentages of Color #eb28cc

%0
%83
%13
%8

Triadic Colors of #eb28cc

#eb28cc #cceb28 #28cceb

Analogous Colors of #eb28cc

#eb28cc #eb286b #a928eb

Monochromatic Colors of #eb28cc

#eb28cc

Complementary Color

#eb28cc #28eb47

#eb28cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb28cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb28cc Color CSS Codes

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

#eb28cc Text Font Color

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

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


#eb28cc Background Color

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

This div background color is #eb28cc


#eb28cc Border Color

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

This div border color is #eb28cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb28cc


Comments

No comments written yet.

Please login to write comment.