Color Hex Logo

#eb39ee Color Hex

#EB39EE
(235,57,238)
0 Favorites   0 Comments

Color spaces of #eb39ee

RGB 23557238
HSL0.830.840.58
HSV299°76°93°
CMYK 0.010.760.00   0.07
XYZ51.156726.761583.3581
Yxy26.76150.31720.1659
Hunter Lab51.731585.9864-59.3255
CIE-Lab58.752984.5053-54.0770

#eb39ee color RGB value is (235,57,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 11101110
Octal 353 71 356
Decimal 235 57 238
Hex EB 39 EE

RGB Percentages of Color #eb39ee

%44.34
%10.75
%44.91

CMYK Percentages of Color #eb39ee

%1
%76
%0
%7

Triadic Colors of #eb39ee

#eb39ee #eeeb39 #39eeeb

Analogous Colors of #eb39ee

#eb39ee #ee3997 #9139ee

Monochromatic Colors of #eb39ee

#eb39ee

Complementary Color

#eb39ee #3cee39

#eb39ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb39ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb39ee Color CSS Codes

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

#eb39ee Text Font Color

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

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


#eb39ee Background Color

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

This div background color is #eb39ee


#eb39ee Border Color

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

This div border color is #eb39ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb39ee


Comments

No comments written yet.

Please login to write comment.