Color Hex Logo

#995acf Color Hex

#995ACF
(153,90,207)
0 Favorites   0 Comments

Color spaces of #995acf

RGB 15390207
HSL0.760.550.58
HSV272°57°81°
CMYK 0.260.570.00   0.19
XYZ28.055518.589661.1410
Yxy18.58960.26030.1725
Hunter Lab43.115740.6981-53.8964
CIE-Lab50.203647.5522-50.8573

#995acf color RGB value is (153,90,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011010 11001111
Octal 231 132 317
Decimal 153 90 207
Hex 99 5A CF

RGB Percentages of Color #995acf

%34.00
%20.00
%46.00

CMYK Percentages of Color #995acf

%26
%57
%0
%19

Triadic Colors of #995acf

#995acf #cf995a #5acf99

Analogous Colors of #995acf

#995acf #cf5acb #5e5acf

Monochromatic Colors of #995acf

#995acf

Complementary Color

#995acf #90cf5a

#995acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#995acf Color CSS Codes

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

#995acf Text Font Color

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

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


#995acf Background Color

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

This div background color is #995acf


#995acf Border Color

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

This div border color is #995acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995acf


Comments

No comments written yet.

Please login to write comment.