Color Hex Logo

#eb55ca Color Hex

#EB55CA
(235,85,202)
0 Favorites   0 Comments

Color spaces of #eb55ca

RGB 23585202
HSL0.870.790.63
HSV313°64°92°
CMYK 0.000.640.14   0.08
XYZ48.170128.423458.8245
Yxy28.42340.35570.2099
Hunter Lab53.313667.9802-28.0991
CIE-Lab60.269369.8948-31.3917

#eb55ca color RGB value is (235,85,202).

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

The process color (four color CMYK) of #eb55ca color hex is 0.00, 0.64, 0.14, 0.08. Web safe color of #eb55ca is #ff66cc. Color #eb55ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010101 11001010
Octal 353 125 312
Decimal 235 85 202
Hex EB 55 CA

RGB Percentages of Color #eb55ca

%45.02
%16.28
%38.70

CMYK Percentages of Color #eb55ca

%0
%64
%14
%8

Triadic Colors of #eb55ca

#eb55ca #caeb55 #55caeb

Analogous Colors of #eb55ca

#eb55ca #eb557f #c155eb

Monochromatic Colors of #eb55ca

#eb55ca

Complementary Color

#eb55ca #55eb76

#eb55ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb55ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb55ca Color CSS Codes

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

#eb55ca Text Font Color

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

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


#eb55ca Background Color

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

This div background color is #eb55ca


#eb55ca Border Color

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

This div border color is #eb55ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb55ca


Comments

No comments written yet.

Please login to write comment.