Color Hex Logo

#965fcf Color Hex

#965FCF
(150,95,207)
0 Favorites   0 Comments

Color spaces of #965fcf

RGB 15095207
HSL0.750.540.59
HSV269°54°81°
CMYK 0.280.540.00   0.19
XYZ27.932419.173461.2601
Yxy19.17340.25780.1769
Hunter Lab43.787437.2387-52.2975
CIE-Lab50.889544.1081-49.7818

#965fcf color RGB value is (150,95,207).

#965fcf hex color red value is 150, green value is 95 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #965fcf hue: 0.75 , saturation: 0.54 and the lightness value of 965fcf is 0.59.

The process color (four color CMYK) of #965fcf color hex is 0.28, 0.54, 0.00, 0.19. Web safe color of #965fcf is #9966cc. Color #965fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011111 11001111
Octal 226 137 317
Decimal 150 95 207
Hex 96 5F CF

RGB Percentages of Color #965fcf

%33.19
%21.02
%45.80

CMYK Percentages of Color #965fcf

%28
%54
%0
%19

Triadic Colors of #965fcf

#965fcf #cf965f #5fcf96

Analogous Colors of #965fcf

#965fcf #ce5fcf #5f60cf

Monochromatic Colors of #965fcf

#965fcf

Complementary Color

#965fcf #98cf5f

#965fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#965fcf Color CSS Codes

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

#965fcf Text Font Color

<p style="color:#965fcf">Text here</p>

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


#965fcf Background Color

<div style="background-color:#965fcf">
Div content here</div>

This div background color is #965fcf


#965fcf Border Color

<div style="border:3px solid #965fcf">
Div here</div>

This div border color is #965fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,95,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #965fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #965fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #965fcf;
  box-shadow:         1px 1px 3px 2px #965fcf; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965fcf


Comments

No comments written yet.

Please login to write comment.