Color Hex Logo

#eb73ed Color Hex

#EB73ED
(235,115,237)
0 Favorites   0 Comments

Color spaces of #eb73ed

RGB 235115237
HSL0.830.770.69
HSV299°51°93°
CMYK 0.010.510.00   0.07
XYZ55.677736.038184.1423
Yxy36.03810.31660.2049
Hunter Lab60.031760.4980-41.0804
CIE-Lab66.549062.5460-41.2073

#eb73ed color RGB value is (235,115,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110011 11101101
Octal 353 163 355
Decimal 235 115 237
Hex EB 73 ED

RGB Percentages of Color #eb73ed

%40.03
%19.59
%40.37

CMYK Percentages of Color #eb73ed

%1
%51
%0
%7

Triadic Colors of #eb73ed

#eb73ed #edeb73 #73edeb

Analogous Colors of #eb73ed

#eb73ed #ed73b2 #ae73ed

Monochromatic Colors of #eb73ed

#eb73ed

Complementary Color

#eb73ed #75ed73

#eb73ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb73ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb73ed Color CSS Codes

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

#eb73ed Text Font Color

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

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


#eb73ed Background Color

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

This div background color is #eb73ed


#eb73ed Border Color

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

This div border color is #eb73ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb73ed


Comments

No comments written yet.

Please login to write comment.