Color Hex Logo

#9e53da Color Hex

#9E53DA
(158,83,218)
0 Favorites   0 Comments

Color spaces of #9e53da

RGB 15883218
HSL0.760.650.59
HSV273°62°85°
CMYK 0.280.620.00   0.15
XYZ29.848718.517668.3307
Yxy18.51760.25580.1587
Hunter Lab43.032148.5083-64.0242
CIE-Lab50.118054.8679-57.2343

#9e53da color RGB value is (158,83,218).

#9e53da hex color red value is 158, green value is 83 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9e53da hue: 0.76 , saturation: 0.65 and the lightness value of 9e53da is 0.59.

The process color (four color CMYK) of #9e53da color hex is 0.28, 0.62, 0.00, 0.15. Web safe color of #9e53da is #9966cc. Color #9e53da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01010011 11011010
Octal 236 123 332
Decimal 158 83 218
Hex 9E 53 DA

RGB Percentages of Color #9e53da

%34.42
%18.08
%47.49

CMYK Percentages of Color #9e53da

%28
%62
%0
%15

Triadic Colors of #9e53da

#9e53da #da9e53 #53da9e

Analogous Colors of #9e53da

#9e53da #da53d3 #5a53da

Monochromatic Colors of #9e53da

#9e53da

Complementary Color

#9e53da #8fda53

#9e53da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e53da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e53da Color CSS Codes

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

#9e53da Text Font Color

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

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


#9e53da Background Color

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

This div background color is #9e53da


#9e53da Border Color

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

This div border color is #9e53da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,83,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e53da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e53da;
  -webkit-box-shadow: 1px 1px 3px 2px #9e53da;
  box-shadow:         1px 1px 3px 2px #9e53da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,83,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e53da


Comments

No comments written yet.

Please login to write comment.