Color Hex Logo

#952adb Color Hex

#952ADB
(149,42,219)
0 Favorites   0 Comments

Color spaces of #952adb

RGB 14942219
HSL0.770.710.51
HSV276°81°86°
CMYK 0.320.810.00   0.14
XYZ26.008613.160068.1872
Yxy13.16000.24230.1226
Hunter Lab36.276764.4914-86.0502
CIE-Lab43.003370.2860-69.3810

#952adb color RGB value is (149,42,219).

#952adb hex color red value is 149, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #952adb hue: 0.77 , saturation: 0.71 and the lightness value of 952adb is 0.51.

The process color (four color CMYK) of #952adb color hex is 0.32, 0.81, 0.00, 0.14. Web safe color of #952adb is #9933cc. Color #952adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101010 11011011
Octal 225 52 333
Decimal 149 42 219
Hex 95 2A DB

RGB Percentages of Color #952adb

%36.34
%10.24
%53.41

CMYK Percentages of Color #952adb

%32
%81
%0
%14

Triadic Colors of #952adb

#952adb #db952a #2adb95

Analogous Colors of #952adb

#952adb #db2ac9 #3c2adb

Monochromatic Colors of #952adb

#952adb

Complementary Color

#952adb #70db2a

#952adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#952adb Color CSS Codes

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

#952adb Text Font Color

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

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


#952adb Background Color

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

This div background color is #952adb


#952adb Border Color

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

This div border color is #952adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952adb


Comments

No comments written yet.

Please login to write comment.