Color Hex Logo

#975fca Color Hex

#975FCA
(151,95,202)
0 Favorites   0 Comments

Color spaces of #975fca

RGB 15195202
HSL0.750.500.58
HSV271°53°79°
CMYK 0.250.530.00   0.21
XYZ27.515419.028058.0997
Yxy19.02800.26290.1818
Hunter Lab43.621136.2577-48.4346
CIE-Lab50.719943.1762-47.1844

#975fca color RGB value is (151,95,202).

#975fca hex color red value is 151, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #975fca hue: 0.75 , saturation: 0.50 and the lightness value of 975fca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011111 11001010
Octal 227 137 312
Decimal 151 95 202
Hex 97 5F CA

RGB Percentages of Color #975fca

%33.71
%21.21
%45.09

CMYK Percentages of Color #975fca

%25
%53
%0
%21

Triadic Colors of #975fca

#975fca #ca975f #5fca97

Analogous Colors of #975fca

#975fca #ca5fc8 #615fca

Monochromatic Colors of #975fca

#975fca

Complementary Color

#975fca #92ca5f

#975fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#975fca Color CSS Codes

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

#975fca Text Font Color

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

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


#975fca Background Color

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

This div background color is #975fca


#975fca Border Color

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

This div border color is #975fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,95,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 #975fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975fca


Comments

No comments written yet.

Please login to write comment.