Color Hex Logo

#eb52ec Color Hex

#EB52EC
(235,82,236)
0 Favorites   0 Comments

Color spaces of #eb52ec

RGB 23582236
HSL0.830.800.62
HSV300°65°93°
CMYK 0.000.650.00   0.07
XYZ52.418629.752982.3370
Yxy29.75290.31860.1809
Hunter Lab54.546276.0816-51.3153
CIE-Lab61.440476.2382-48.6932

#eb52ec color RGB value is (235,82,236).

#eb52ec hex color red value is 235, green value is 82 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #eb52ec hue: 0.83 , saturation: 0.80 and the lightness value of eb52ec is 0.62.

The process color (four color CMYK) of #eb52ec color hex is 0.00, 0.65, 0.00, 0.07. Web safe color of #eb52ec is #ff66ff. Color #eb52ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010010 11101100
Octal 353 122 354
Decimal 235 82 236
Hex EB 52 EC

RGB Percentages of Color #eb52ec

%42.50
%14.83
%42.68

CMYK Percentages of Color #eb52ec

%0
%65
%0
%7

Triadic Colors of #eb52ec

#eb52ec #eceb52 #52eceb

Analogous Colors of #eb52ec

#eb52ec #ec52a0 #9e52ec

Monochromatic Colors of #eb52ec

#eb52ec

Complementary Color

#eb52ec #53ec52

#eb52ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb52ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb52ec Color CSS Codes

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

#eb52ec Text Font Color

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

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


#eb52ec Background Color

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

This div background color is #eb52ec


#eb52ec Border Color

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

This div border color is #eb52ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb52ec


Comments

No comments written yet.

Please login to write comment.