color codes Logo

#995bf0 color codes

#995BF0
(153,91,240)
0 Favorites   0 Comments

Color spaces of #995bf0

RGB 15391240
HSL0.740.830.65
HSV265°62°94°
CMYK 0.360.620.00   0.06
XYZ32.606120.545784.6853
Yxy20.54570.23660.1491
Hunter Lab45.327449.0805-79.0426
CIE-Lab52.448754.9805-65.9123

#995bf0 color RGB value is (153,91,240).

#995bf0 hex color red value is 153, green value is 91 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #995bf0 hue: 0.74 , saturation: 0.83 and the lightness value of 995bf0 is 0.65.

The process color (four color CMYK) of #995bf0 color code is 0.36, 0.62, 0.00, 0.06. Web safe color of #995bf0 is #9966ff. Color #995bf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011011 11110000
Octal 231 133 360
Decimal 153 91 240
Hex 99 5B F0

RGB Percentages of Color #995bf0

%31.61
%18.80
%49.59

CMYK Percentages of Color #995bf0

%36
%62
%0
%6

Triadic Colors of #995bf0

#995bf0 #f0995b #5bf099

Analogous Colors of #995bf0

#995bf0 #e45bf0 #5b68f0

Monochromatic Colors of #995bf0

#995bf0

Complementary Color

#995bf0 #b2f05b

#995bf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995bf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995bf0 Color CSS Codes

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

#995bf0 Text Font Color

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

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


#995bf0 Background Color

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

This div background color is #995bf0


#995bf0 Border Color

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

This div border color is #995bf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995bf0


Comments

No comments written yet.

Please login to write comment.