Color Hex Logo

#952aab Color Hex

#952AAB
(149,42,171)
0 Favorites   0 Comments

Color spaces of #952aab

RGB 14942171
HSL0.800.610.42
HSV290°75°67°
CMYK 0.130.750.00   0.33
XYZ20.573110.985839.5642
Yxy10.98580.28930.1545
Hunter Lab33.144852.7920-47.5717
CIE-Lab39.556560.7412-46.9304

#952aab color RGB value is (149,42,171).

#952aab hex color red value is 149, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #952aab hue: 0.80 , saturation: 0.61 and the lightness value of 952aab is 0.42.

The process color (four color CMYK) of #952aab color hex is 0.13, 0.75, 0.00, 0.33. Web safe color of #952aab is #993399. Color #952aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101010 10101011
Octal 225 52 253
Decimal 149 42 171
Hex 95 2A AB

RGB Percentages of Color #952aab

%41.16
%11.60
%47.24

CMYK Percentages of Color #952aab

%13
%75
%0
%33

Triadic Colors of #952aab

#952aab #ab952a #2aab95

Analogous Colors of #952aab

#952aab #ab2a81 #552aab

Monochromatic Colors of #952aab

#952aab

Complementary Color

#952aab #40ab2a

#952aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#952aab Color CSS Codes

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

#952aab Text Font Color

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

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


#952aab Background Color

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

This div background color is #952aab


#952aab Border Color

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

This div border color is #952aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952aab


Comments

No comments written yet.

Please login to write comment.