Color Hex Logo

#952abf Color Hex

#952ABF
(149,42,191)
0 Favorites   0 Comments

Color spaces of #952abf

RGB 14942191
HSL0.790.640.46
HSV283°78°75°
CMYK 0.220.780.00   0.25
XYZ22.626411.807150.3767
Yxy11.80710.26680.1392
Hunter Lab34.361557.4065-62.8709
CIE-Lab40.907964.5889-56.5697

#952abf color RGB value is (149,42,191).

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

The process color (four color CMYK) of #952abf color hex is 0.22, 0.78, 0.00, 0.25. Web safe color of #952abf is #9933cc. Color #952abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101010 10111111
Octal 225 52 277
Decimal 149 42 191
Hex 95 2A BF

RGB Percentages of Color #952abf

%39.01
%10.99
%50.00

CMYK Percentages of Color #952abf

%22
%78
%0
%25

Triadic Colors of #952abf

#952abf #bf952a #2abf95

Analogous Colors of #952abf

#952abf #bf2a9f #4a2abf

Monochromatic Colors of #952abf

#952abf

Complementary Color

#952abf #54bf2a

#952abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#952abf Color CSS Codes

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

#952abf Text Font Color

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

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


#952abf Background Color

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

This div background color is #952abf


#952abf Border Color

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

This div border color is #952abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952abf


Comments

No comments written yet.

Please login to write comment.