Color Hex Logo

#952dba Color Hex

#952DBA
(149,45,186)
0 Favorites   0 Comments

Color spaces of #952dba

RGB 14945186
HSL0.790.610.45
HSV284°76°73°
CMYK 0.200.760.00   0.27
XYZ22.195711.811547.5644
Yxy11.81150.27210.1448
Hunter Lab34.367955.1364-57.9986
CIE-Lab40.914962.5796-53.6238

#952dba color RGB value is (149,45,186).

#952dba hex color red value is 149, green value is 45 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #952dba hue: 0.79 , saturation: 0.61 and the lightness value of 952dba is 0.45.

The process color (four color CMYK) of #952dba color hex is 0.20, 0.76, 0.00, 0.27. Web safe color of #952dba is #9933cc. Color #952dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101101 10111010
Octal 225 55 272
Decimal 149 45 186
Hex 95 2D BA

RGB Percentages of Color #952dba

%39.21
%11.84
%48.95

CMYK Percentages of Color #952dba

%20
%76
%0
%27

Triadic Colors of #952dba

#952dba #ba952d #2dba95

Analogous Colors of #952dba

#952dba #ba2d99 #4f2dba

Monochromatic Colors of #952dba

#952dba

Complementary Color

#952dba #52ba2d

#952dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#952dba Color CSS Codes

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

#952dba Text Font Color

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

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


#952dba Background Color

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

This div background color is #952dba


#952dba Border Color

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

This div border color is #952dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952dba


Comments

No comments written yet.

Please login to write comment.