Color Hex Logo

#952aae Color Hex

#952AAE
(149,42,174)
0 Favorites   0 Comments

Color spaces of #952aae

RGB 14942174
HSL0.800.610.42
HSV289°76°68°
CMYK 0.140.760.00   0.32
XYZ20.862411.101541.0876
Yxy11.10150.28560.1520
Hunter Lab33.318953.4584-49.7909
CIE-Lab39.750961.3041-48.4041

#952aae color RGB value is (149,42,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101010 10101110
Octal 225 52 256
Decimal 149 42 174
Hex 95 2A AE

RGB Percentages of Color #952aae

%40.82
%11.51
%47.67

CMYK Percentages of Color #952aae

%14
%76
%0
%32

Triadic Colors of #952aae

#952aae #ae952a #2aae95

Analogous Colors of #952aae

#952aae #ae2a85 #532aae

Monochromatic Colors of #952aae

#952aae

Complementary Color

#952aae #43ae2a

#952aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#952aae Color CSS Codes

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

#952aae Text Font Color

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

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


#952aae Background Color

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

This div background color is #952aae


#952aae Border Color

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

This div border color is #952aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952aae


Comments

No comments written yet.

Please login to write comment.