Color Hex Logo

#952fad Color Hex

#952FAD
(149,47,173)
0 Favorites   0 Comments

Color spaces of #952fad

RGB 14947173
HSL0.800.570.43
HSV289°73°68°
CMYK 0.140.730.00   0.32
XYZ20.953811.439740.6389
Yxy11.43970.28690.1566
Hunter Lab33.822651.3948-47.5629
CIE-Lab40.311459.3280-46.9097

#952fad color RGB value is (149,47,173).

#952fad hex color red value is 149, green value is 47 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #952fad hue: 0.80 , saturation: 0.57 and the lightness value of 952fad is 0.43.

The process color (four color CMYK) of #952fad color hex is 0.14, 0.73, 0.00, 0.32. Web safe color of #952fad is #993399. Color #952fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101111 10101101
Octal 225 57 255
Decimal 149 47 173
Hex 95 2F AD

RGB Percentages of Color #952fad

%40.38
%12.74
%46.88

CMYK Percentages of Color #952fad

%14
%73
%0
%32

Triadic Colors of #952fad

#952fad #ad952f #2fad95

Analogous Colors of #952fad

#952fad #ad2f86 #562fad

Monochromatic Colors of #952fad

#952fad

Complementary Color

#952fad #47ad2f

#952fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#952fad Color CSS Codes

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

#952fad Text Font Color

<p style="color:#952fad">Text here</p>

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


#952fad Background Color

<div style="background-color:#952fad">
Div content here</div>

This div background color is #952fad


#952fad Border Color

<div style="border:3px solid #952fad">
Div here</div>

This div border color is #952fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,47,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #952fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #952fad;
  -webkit-box-shadow: 1px 1px 3px 2px #952fad;
  box-shadow:         1px 1px 3px 2px #952fad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952fad


Comments

No comments written yet.

Please login to write comment.