Color Hex Logo

#eb73ec Color Hex

#EB73EC
(235,115,236)
0 Favorites   0 Comments

Color spaces of #eb73ec

RGB 235115236
HSL0.830.760.69
HSV300°51°93°
CMYK 0.000.510.00   0.07
XYZ55.532035.979883.3748
Yxy35.97980.31750.2057
Hunter Lab59.983260.2835-40.4231
CIE-Lab66.504562.3727-40.7244

#eb73ec color RGB value is (235,115,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110011 11101100
Octal 353 163 354
Decimal 235 115 236
Hex EB 73 EC

RGB Percentages of Color #eb73ec

%40.10
%19.62
%40.27

CMYK Percentages of Color #eb73ec

%0
%51
%0
%7

Triadic Colors of #eb73ec

#eb73ec #eceb73 #73eceb

Analogous Colors of #eb73ec

#eb73ec #ec73b1 #af73ec

Monochromatic Colors of #eb73ec

#eb73ec

Complementary Color

#eb73ec #74ec73

#eb73ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb73ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb73ec Color CSS Codes

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

#eb73ec Text Font Color

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

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


#eb73ec Background Color

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

This div background color is #eb73ec


#eb73ec Border Color

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

This div border color is #eb73ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb73ec


Comments

No comments written yet.

Please login to write comment.