Color Hex Logo

#995dfc Color Hex

#995DFC
(153,93,252)
0 Favorites   0 Comments

Color spaces of #995dfc

RGB 15393252
HSL0.730.960.68
HSV263°63°99°
CMYK 0.390.630.00   0.01
XYZ34.621921.629394.4456
Yxy21.62930.22970.1435
Hunter Lab46.507351.4947-87.8492
CIE-Lab53.631556.9515-70.6838

#995dfc color RGB value is (153,93,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011101 11111100
Octal 231 135 374
Decimal 153 93 252
Hex 99 5D FC

RGB Percentages of Color #995dfc

%30.72
%18.67
%50.60

CMYK Percentages of Color #995dfc

%39
%63
%0
%1

Triadic Colors of #995dfc

#995dfc #fc995d #5dfc99

Analogous Colors of #995dfc

#995dfc #e95dfc #5d71fc

Monochromatic Colors of #995dfc

#995dfc

Complementary Color

#995dfc #c0fc5d

#995dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#995dfc Color CSS Codes

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

#995dfc Text Font Color

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

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


#995dfc Background Color

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

This div background color is #995dfc


#995dfc Border Color

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

This div border color is #995dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995dfc


Comments

No comments written yet.

Please login to write comment.