Color Hex Logo

#952bad Color Hex

#952BAD
(149,43,173)
0 Favorites   0 Comments

Color spaces of #952bad

RGB 14943173
HSL0.800.600.42
HSV289°75°68°
CMYK 0.140.750.00   0.32
XYZ20.801111.134440.5880
Yxy11.13440.28680.1535
Hunter Lab33.368252.8789-48.7606
CIE-Lab39.805960.7712-47.7210

#952bad color RGB value is (149,43,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101011 10101101
Octal 225 53 255
Decimal 149 43 173
Hex 95 2B AD

RGB Percentages of Color #952bad

%40.82
%11.78
%47.40

CMYK Percentages of Color #952bad

%14
%75
%0
%32

Triadic Colors of #952bad

#952bad #ad952b #2bad95

Analogous Colors of #952bad

#952bad #ad2b84 #542bad

Monochromatic Colors of #952bad

#952bad

Complementary Color

#952bad #43ad2b

#952bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#952bad Color CSS Codes

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

#952bad Text Font Color

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

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


#952bad Background Color

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

This div background color is #952bad


#952bad Border Color

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

This div border color is #952bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952bad


Comments

No comments written yet.

Please login to write comment.