Color Hex Logo

#953acf Color Hex

#953ACF
(149,58,207)
0 Favorites   0 Comments

Color spaces of #953acf

RGB 14958207
HSL0.770.610.52
HSV277°72°81°
CMYK 0.280.720.00   0.19
XYZ25.170013.920760.3918
Yxy13.92070.25300.1399
Hunter Lab37.310555.1246-69.8512
CIE-Lab44.119061.9501-60.6712

#953acf color RGB value is (149,58,207).

#953acf hex color red value is 149, green value is 58 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #953acf hue: 0.77 , saturation: 0.61 and the lightness value of 953acf is 0.52.

The process color (four color CMYK) of #953acf color hex is 0.28, 0.72, 0.00, 0.19. Web safe color of #953acf is #9933cc. Color #953acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111010 11001111
Octal 225 72 317
Decimal 149 58 207
Hex 95 3A CF

RGB Percentages of Color #953acf

%35.99
%14.01
%50.00

CMYK Percentages of Color #953acf

%28
%72
%0
%19

Triadic Colors of #953acf

#953acf #cf953a #3acf95

Analogous Colors of #953acf

#953acf #cf3abf #4a3acf

Monochromatic Colors of #953acf

#953acf

Complementary Color

#953acf #74cf3a

#953acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#953acf Color CSS Codes

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

#953acf Text Font Color

<p style="color:#953acf">Text here</p>

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


#953acf Background Color

<div style="background-color:#953acf">
Div content here</div>

This div background color is #953acf


#953acf Border Color

<div style="border:3px solid #953acf">
Div here</div>

This div border color is #953acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,58,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #953acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #953acf;
  -webkit-box-shadow: 1px 1px 3px 2px #953acf;
  box-shadow:         1px 1px 3px 2px #953acf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953acf


Comments

No comments written yet.

Please login to write comment.