Color Hex Logo

#995ffa Color Hex

#995FFA
(153,95,250)
0 Favorites   0 Comments

Color spaces of #995ffa

RGB 15395250
HSL0.730.940.68
HSV262°62°98°
CMYK 0.390.620.00   0.02
XYZ34.484421.858992.8441
Yxy21.85890.23110.1465
Hunter Lab46.753549.8392-85.0119
CIE-Lab53.877055.4199-69.1762

#995ffa color RGB value is (153,95,250).

#995ffa hex color red value is 153, green value is 95 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #995ffa hue: 0.73 , saturation: 0.94 and the lightness value of 995ffa is 0.68.

The process color (four color CMYK) of #995ffa color hex is 0.39, 0.62, 0.00, 0.02. Web safe color of #995ffa is #9966ff. Color #995ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011111 11111010
Octal 231 137 372
Decimal 153 95 250
Hex 99 5F FA

RGB Percentages of Color #995ffa

%30.72
%19.08
%50.20

CMYK Percentages of Color #995ffa

%39
%62
%0
%2

Triadic Colors of #995ffa

#995ffa #fa995f #5ffa99

Analogous Colors of #995ffa

#995ffa #e75ffa #5f73fa

Monochromatic Colors of #995ffa

#995ffa

Complementary Color

#995ffa #c0fa5f

#995ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#995ffa Color CSS Codes

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

#995ffa Text Font Color

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

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


#995ffa Background Color

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

This div background color is #995ffa


#995ffa Border Color

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

This div border color is #995ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995ffa


Comments

No comments written yet.

Please login to write comment.