Color Hex Logo

#955faf Color Hex

#955FAF
(149,95,175)
0 Favorites   0 Comments

Color spaces of #955faf

RGB 14995175
HSL0.780.330.53
HSV281°46°69°
CMYK 0.150.460.00   0.31
XYZ24.224517.669142.6912
Yxy17.66910.28640.2089
Hunter Lab42.034629.3087-30.7919
CIE-Lab49.092336.4417-34.1545

#955faf color RGB value is (149,95,175).

#955faf hex color red value is 149, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #955faf hue: 0.78 , saturation: 0.33 and the lightness value of 955faf is 0.53.

The process color (four color CMYK) of #955faf color hex is 0.15, 0.46, 0.00, 0.31. Web safe color of #955faf is #996699. Color #955faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011111 10101111
Octal 225 137 257
Decimal 149 95 175
Hex 95 5F AF

RGB Percentages of Color #955faf

%35.56
%22.67
%41.77

CMYK Percentages of Color #955faf

%15
%46
%0
%31

Triadic Colors of #955faf

#955faf #af955f #5faf95

Analogous Colors of #955faf

#955faf #af5fa1 #6d5faf

Monochromatic Colors of #955faf

#955faf

Complementary Color

#955faf #79af5f

#955faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#955faf Color CSS Codes

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

#955faf Text Font Color

<p style="color:#955faf">Text here</p>

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


#955faf Background Color

<div style="background-color:#955faf">
Div content here</div>

This div background color is #955faf


#955faf Border Color

<div style="border:3px solid #955faf">
Div here</div>

This div border color is #955faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,95,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #955faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #955faf;
  -webkit-box-shadow: 1px 1px 3px 2px #955faf;
  box-shadow:         1px 1px 3px 2px #955faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955faf


Comments

No comments written yet.

Please login to write comment.