Color Hex Logo

#965fcd Color Hex

#965FCD
(150,95,205)
0 Favorites   0 Comments

Color spaces of #965fcd

RGB 15095205
HSL0.750.520.59
HSV270°54°80°
CMYK 0.270.540.00   0.20
XYZ27.689319.076259.9803
Yxy19.07620.25940.1787
Hunter Lab43.676336.7294-50.8490
CIE-Lab50.776243.6289-48.8191

#965fcd color RGB value is (150,95,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011111 11001101
Octal 226 137 315
Decimal 150 95 205
Hex 96 5F CD

RGB Percentages of Color #965fcd

%33.33
%21.11
%45.56

CMYK Percentages of Color #965fcd

%27
%54
%0
%20

Triadic Colors of #965fcd

#965fcd #cd965f #5fcd96

Analogous Colors of #965fcd

#965fcd #cd5fcd #5f5fcd

Monochromatic Colors of #965fcd

#965fcd

Complementary Color

#965fcd #96cd5f

#965fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#965fcd Color CSS Codes

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

#965fcd Text Font Color

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

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


#965fcd Background Color

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

This div background color is #965fcd


#965fcd Border Color

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

This div border color is #965fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,95,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965fcd


Comments

No comments written yet.

Please login to write comment.