Color Hex Logo

#975bca Color Hex

#975BCA
(151,91,202)
0 Favorites   0 Comments

Color spaces of #975bca

RGB 15191202
HSL0.760.510.57
HSV272°55°79°
CMYK 0.250.550.00   0.21
XYZ27.164318.325757.9826
Yxy18.32570.26250.1771
Hunter Lab42.808538.3529-50.3402
CIE-Lab49.888845.3459-48.5084

#975bca color RGB value is (151,91,202).

#975bca hex color red value is 151, green value is 91 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #975bca hue: 0.76 , saturation: 0.51 and the lightness value of 975bca is 0.57.

The process color (four color CMYK) of #975bca color hex is 0.25, 0.55, 0.00, 0.21. Web safe color of #975bca is #9966cc. Color #975bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 11001010
Octal 227 133 312
Decimal 151 91 202
Hex 97 5B CA

RGB Percentages of Color #975bca

%34.01
%20.50
%45.50

CMYK Percentages of Color #975bca

%25
%55
%0
%21

Triadic Colors of #975bca

#975bca #ca975b #5bca97

Analogous Colors of #975bca

#975bca #ca5bc6 #5f5bca

Monochromatic Colors of #975bca

#975bca

Complementary Color

#975bca #8eca5b

#975bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bca Color CSS Codes

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

#975bca Text Font Color

<p style="color:#975bca">Text here</p>

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


#975bca Background Color

<div style="background-color:#975bca">
Div content here</div>

This div background color is #975bca


#975bca Border Color

<div style="border:3px solid #975bca">
Div here</div>

This div border color is #975bca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,91,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #975bca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #975bca;
  -webkit-box-shadow: 1px 1px 3px 2px #975bca;
  box-shadow:         1px 1px 3px 2px #975bca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,91,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bca


Comments

No comments written yet.

Please login to write comment.