Color Hex Logo

#995ad0 Color Hex

#995AD0
(153,90,208)
0 Favorites   0 Comments

Color spaces of #995ad0

RGB 15390208
HSL0.760.560.58
HSV272°57°82°
CMYK 0.260.570.00   0.18
XYZ28.178218.638761.7870
Yxy18.63870.25950.1716
Hunter Lab43.172640.9528-54.6329
CIE-Lab50.261847.7858-51.3360

#995ad0 color RGB value is (153,90,208).

#995ad0 hex color red value is 153, green value is 90 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #995ad0 hue: 0.76 , saturation: 0.56 and the lightness value of 995ad0 is 0.58.

The process color (four color CMYK) of #995ad0 color hex is 0.26, 0.57, 0.00, 0.18. Web safe color of #995ad0 is #9966cc. Color #995ad0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011010 11010000
Octal 231 132 320
Decimal 153 90 208
Hex 99 5A D0

RGB Percentages of Color #995ad0

%33.92
%19.96
%46.12

CMYK Percentages of Color #995ad0

%26
%57
%0
%18

Triadic Colors of #995ad0

#995ad0 #d0995a #5ad099

Analogous Colors of #995ad0

#995ad0 #d05acc #5e5ad0

Monochromatic Colors of #995ad0

#995ad0

Complementary Color

#995ad0 #91d05a

#995ad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995ad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995ad0 Color CSS Codes

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

#995ad0 Text Font Color

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

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


#995ad0 Background Color

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

This div background color is #995ad0


#995ad0 Border Color

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

This div border color is #995ad0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,90,208, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #995ad0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #995ad0;
  -webkit-box-shadow: 1px 1px 3px 2px #995ad0;
  box-shadow:         1px 1px 3px 2px #995ad0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,90,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995ad0


Comments

No comments written yet.

Please login to write comment.