color codes Logo

#eb58cc color codes

#EB58CC
(235,88,204)
0 Favorites   0 Comments

Color spaces of #eb58cc

RGB 23588204
HSL0.870.790.63
HSV313°63°92°
CMYK 0.000.630.13   0.08
XYZ48.649829.001260.1604
Yxy29.00120.35300.2104
Hunter Lab53.852867.0120-28.5376
CIE-Lab60.782769.0011-31.7305

#eb58cc color RGB value is (235,88,204).

#eb58cc hex color red value is 235, green value is 88 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eb58cc hue: 0.87 , saturation: 0.79 and the lightness value of eb58cc is 0.63.

The process color (four color CMYK) of #eb58cc color code is 0.00, 0.63, 0.13, 0.08. Web safe color of #eb58cc is #ff66cc. Color #eb58cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011000 11001100
Octal 353 130 314
Decimal 235 88 204
Hex EB 58 CC

RGB Percentages of Color #eb58cc

%44.59
%16.70
%38.71

CMYK Percentages of Color #eb58cc

%0
%63
%13
%8

Triadic Colors of #eb58cc

#eb58cc #cceb58 #58cceb

Analogous Colors of #eb58cc

#eb58cc #eb5883 #c158eb

Monochromatic Colors of #eb58cc

#eb58cc

Complementary Color

#eb58cc #58eb77

#eb58cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb58cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb58cc Color CSS Codes

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

#eb58cc Text Font Color

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

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


#eb58cc Background Color

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

This div background color is #eb58cc


#eb58cc Border Color

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

This div border color is #eb58cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb58cc


Comments

No comments written yet.

Please login to write comment.