Color Hex Logo

#eb39ed Color Hex

#EB39ED
(235,57,237)
0 Favorites   0 Comments

Color spaces of #eb39ed

RGB 23557237
HSL0.830.830.58
HSV299°76°93°
CMYK 0.010.760.00   0.07
XYZ51.010126.702882.5864
Yxy26.70280.31820.1666
Hunter Lab51.674885.7733-58.5847
CIE-Lab58.698284.3521-53.6049

#eb39ed color RGB value is (235,57,237).

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

The process color (four color CMYK) of #eb39ed color hex is 0.01, 0.76, 0.00, 0.07. Web safe color of #eb39ed is #ff33ff. Color #eb39ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 11101101
Octal 353 71 355
Decimal 235 57 237
Hex EB 39 ED

RGB Percentages of Color #eb39ed

%44.42
%10.78
%44.80

CMYK Percentages of Color #eb39ed

%1
%76
%0
%7

Triadic Colors of #eb39ed

#eb39ed #edeb39 #39edeb

Analogous Colors of #eb39ed

#eb39ed #ed3995 #9139ed

Monochromatic Colors of #eb39ed

#eb39ed

Complementary Color

#eb39ed #3bed39

#eb39ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb39ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb39ed Color CSS Codes

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

#eb39ed Text Font Color

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

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


#eb39ed Background Color

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

This div background color is #eb39ed


#eb39ed Border Color

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

This div border color is #eb39ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb39ed


Comments

No comments written yet.

Please login to write comment.