Color Hex Logo

#952fba Color Hex

#952FBA
(149,47,186)
0 Favorites   0 Comments

Color spaces of #952fba

RGB 14947186
HSL0.790.600.46
HSV284°75°73°
CMYK 0.200.750.00   0.27
XYZ22.273911.967847.5904
Yxy11.96780.27220.1462
Hunter Lab34.594554.3880-57.3469
CIE-Lab41.164961.8634-53.2205

#952fba color RGB value is (149,47,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101111 10111010
Octal 225 57 272
Decimal 149 47 186
Hex 95 2F BA

RGB Percentages of Color #952fba

%39.01
%12.30
%48.69

CMYK Percentages of Color #952fba

%20
%75
%0
%27

Triadic Colors of #952fba

#952fba #ba952f #2fba95

Analogous Colors of #952fba

#952fba #ba2f9a #502fba

Monochromatic Colors of #952fba

#952fba

Complementary Color

#952fba #54ba2f

#952fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#952fba Color CSS Codes

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

#952fba Text Font Color

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

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


#952fba Background Color

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

This div background color is #952fba


#952fba Border Color

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

This div border color is #952fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952fba


Comments

No comments written yet.

Please login to write comment.