Color Hex Logo

#965fdc Color Hex

#965FDC
(150,95,220)
0 Favorites   0 Comments

Color spaces of #965fdc

RGB 15095220
HSL0.740.640.62
HSV266°57°86°
CMYK 0.320.570.00   0.14
XYZ29.588219.835869.9794
Yxy19.83580.24780.1661
Hunter Lab44.537440.6451-61.9832
CIE-Lab51.651147.2682-55.9573

#965fdc color RGB value is (150,95,220).

#965fdc hex color red value is 150, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #965fdc hue: 0.74 , saturation: 0.64 and the lightness value of 965fdc is 0.62.

The process color (four color CMYK) of #965fdc color hex is 0.32, 0.57, 0.00, 0.14. Web safe color of #965fdc is #9966cc. Color #965fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011111 11011100
Octal 226 137 334
Decimal 150 95 220
Hex 96 5F DC

RGB Percentages of Color #965fdc

%32.26
%20.43
%47.31

CMYK Percentages of Color #965fdc

%32
%57
%0
%14

Triadic Colors of #965fdc

#965fdc #dc965f #5fdc96

Analogous Colors of #965fdc

#965fdc #d55fdc #5f67dc

Monochromatic Colors of #965fdc

#965fdc

Complementary Color

#965fdc #a5dc5f

#965fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#965fdc Color CSS Codes

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

#965fdc Text Font Color

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

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


#965fdc Background Color

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

This div background color is #965fdc


#965fdc Border Color

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

This div border color is #965fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965fdc


Comments

No comments written yet.

Please login to write comment.