Color Hex Logo

#eb37cc Color Hex

#EB37CC
(235,55,204)
0 Favorites   0 Comments

Color spaces of #eb37cc

RGB 23555204
HSL0.860.820.57
HSV310°77°92°
CMYK 0.000.770.13   0.08
XYZ46.526224.754259.4526
Yxy24.75420.35590.1893
Hunter Lab49.753679.8524-36.0205
CIE-Lab56.835180.1100-37.8905

#eb37cc color RGB value is (235,55,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110111 11001100
Octal 353 67 314
Decimal 235 55 204
Hex EB 37 CC

RGB Percentages of Color #eb37cc

%47.57
%11.13
%41.30

CMYK Percentages of Color #eb37cc

%0
%77
%13
%8

Triadic Colors of #eb37cc

#eb37cc #cceb37 #37cceb

Analogous Colors of #eb37cc

#eb37cc #eb3772 #b037eb

Monochromatic Colors of #eb37cc

#eb37cc

Complementary Color

#eb37cc #37eb56

#eb37cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb37cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb37cc Color CSS Codes

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

#eb37cc Text Font Color

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

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


#eb37cc Background Color

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

This div background color is #eb37cc


#eb37cc Border Color

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

This div border color is #eb37cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb37cc


Comments

No comments written yet.

Please login to write comment.