Color Hex Logo

#965dce Color Hex

#965DCE
(150,93,206)
0 Favorites   0 Comments

Color spaces of #965dce

RGB 15093206
HSL0.750.540.59
HSV270°55°81°
CMYK 0.270.550.00   0.19
XYZ27.632618.769060.5589
Yxy18.76900.25830.1755
Hunter Lab43.323238.0361-52.5517
CIE-Lab50.415844.9559-49.9660

#965dce color RGB value is (150,93,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011101 11001110
Octal 226 135 316
Decimal 150 93 206
Hex 96 5D CE

RGB Percentages of Color #965dce

%33.41
%20.71
%45.88

CMYK Percentages of Color #965dce

%27
%55
%0
%19

Triadic Colors of #965dce

#965dce #ce965d #5dce96

Analogous Colors of #965dce

#965dce #ce5dce #5d5dce

Monochromatic Colors of #965dce

#965dce

Complementary Color

#965dce #95ce5d

#965dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#965dce Color CSS Codes

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

#965dce Text Font Color

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

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


#965dce Background Color

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

This div background color is #965dce


#965dce Border Color

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

This div border color is #965dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965dce


Comments

No comments written yet.

Please login to write comment.