Color Hex Logo

#952bae Color Hex

#952BAE
(149,43,174)
0 Favorites   0 Comments

Color spaces of #952bae

RGB 14943174
HSL0.800.600.43
HSV289°75°68°
CMYK 0.140.750.00   0.32
XYZ20.898311.173341.0996
Yxy11.17330.28560.1527
Hunter Lab33.426553.1022-49.5016
CIE-Lab39.870860.9600-48.2114

#952bae color RGB value is (149,43,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101011 10101110
Octal 225 53 256
Decimal 149 43 174
Hex 95 2B AE

RGB Percentages of Color #952bae

%40.71
%11.75
%47.54

CMYK Percentages of Color #952bae

%14
%75
%0
%32

Triadic Colors of #952bae

#952bae #ae952b #2bae95

Analogous Colors of #952bae

#952bae #ae2b86 #532bae

Monochromatic Colors of #952bae

#952bae

Complementary Color

#952bae #44ae2b

#952bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#952bae Color CSS Codes

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

#952bae Text Font Color

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

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


#952bae Background Color

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

This div background color is #952bae


#952bae Border Color

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

This div border color is #952bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,43,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 #952bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952bae


Comments

No comments written yet.

Please login to write comment.