Color Hex Logo

#965cdc Color Hex

#965CDC
(150,92,220)
0 Favorites   0 Comments

Color spaces of #965cdc

RGB 15092220
HSL0.740.650.61
HSV267°58°86°
CMYK 0.320.580.00   0.14
XYZ29.323119.305669.8910
Yxy19.30560.24740.1629
Hunter Lab43.938142.2342-63.5540
CIE-Lab51.042848.8747-56.9332

#965cdc color RGB value is (150,92,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011100 11011100
Octal 226 134 334
Decimal 150 92 220
Hex 96 5C DC

RGB Percentages of Color #965cdc

%32.47
%19.91
%47.62

CMYK Percentages of Color #965cdc

%32
%58
%0
%14

Triadic Colors of #965cdc

#965cdc #dc965c #5cdc96

Analogous Colors of #965cdc

#965cdc #d65cdc #5c62dc

Monochromatic Colors of #965cdc

#965cdc

Complementary Color

#965cdc #a2dc5c

#965cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#965cdc Color CSS Codes

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

#965cdc Text Font Color

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

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


#965cdc Background Color

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

This div background color is #965cdc


#965cdc Border Color

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

This div border color is #965cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965cdc


Comments

No comments written yet.

Please login to write comment.