Color Hex Logo

#995bfc Color Hex

#995BFC
(153,91,252)
0 Favorites   0 Comments

Color spaces of #995bfc

RGB 15391252
HSL0.730.960.67
HSV263°64°99°
CMYK 0.390.640.00   0.01
XYZ34.448621.282894.3878
Yxy21.28280.22950.1418
Hunter Lab46.133352.5561-89.0129
CIE-Lab53.257657.9661-71.2894

#995bfc color RGB value is (153,91,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011011 11111100
Octal 231 133 374
Decimal 153 91 252
Hex 99 5B FC

RGB Percentages of Color #995bfc

%30.85
%18.35
%50.81

CMYK Percentages of Color #995bfc

%39
%64
%0
%1

Triadic Colors of #995bfc

#995bfc #fc995b #5bfc99

Analogous Colors of #995bfc

#995bfc #ea5bfc #5b6efc

Monochromatic Colors of #995bfc

#995bfc

Complementary Color

#995bfc #befc5b

#995bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#995bfc Color CSS Codes

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

#995bfc Text Font Color

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

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


#995bfc Background Color

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

This div background color is #995bfc


#995bfc Border Color

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

This div border color is #995bfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,91,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 #995bfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995bfc


Comments

No comments written yet.

Please login to write comment.