Color Hex Logo

#953cbf Color Hex

#953CBF
(149,60,191)
0 Favorites   0 Comments

Color spaces of #953cbf

RGB 14960191
HSL0.780.520.49
HSV281°69°75°
CMYK 0.220.690.00   0.25
XYZ23.414313.382950.6393
Yxy13.38290.26780.1531
Hunter Lab36.582650.2272-56.4640
CIE-Lab43.334657.6849-52.6541

#953cbf color RGB value is (149,60,191).

#953cbf hex color red value is 149, green value is 60 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #953cbf hue: 0.78 , saturation: 0.52 and the lightness value of 953cbf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111100 10111111
Octal 225 74 277
Decimal 149 60 191
Hex 95 3C BF

RGB Percentages of Color #953cbf

%37.25
%15.00
%47.75

CMYK Percentages of Color #953cbf

%22
%69
%0
%25

Triadic Colors of #953cbf

#953cbf #bf953c #3cbf95

Analogous Colors of #953cbf

#953cbf #bf3ca8 #543cbf

Monochromatic Colors of #953cbf

#953cbf

Complementary Color

#953cbf #66bf3c

#953cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#953cbf Color CSS Codes

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

#953cbf Text Font Color

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

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


#953cbf Background Color

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

This div background color is #953cbf


#953cbf Border Color

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

This div border color is #953cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953cbf


Comments

No comments written yet.

Please login to write comment.