Color Hex Logo

#965dcf Color Hex

#965DCF
(150,93,207)
0 Favorites   0 Comments

Color spaces of #965dcf

RGB 15093207
HSL0.750.540.59
HSV270°55°81°
CMYK 0.280.550.00   0.19
XYZ27.754518.817761.2008
Yxy18.81770.25750.1746
Hunter Lab43.379438.2919-53.2824
CIE-Lab50.473245.1949-50.4461

#965dcf color RGB value is (150,93,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011101 11001111
Octal 226 135 317
Decimal 150 93 207
Hex 96 5D CF

RGB Percentages of Color #965dcf

%33.33
%20.67
%46.00

CMYK Percentages of Color #965dcf

%28
%55
%0
%19

Triadic Colors of #965dcf

#965dcf #cf965d #5dcf96

Analogous Colors of #965dcf

#965dcf #cf5dcf #5d5dcf

Monochromatic Colors of #965dcf

#965dcf

Complementary Color

#965dcf #96cf5d

#965dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#965dcf Color CSS Codes

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

#965dcf Text Font Color

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

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


#965dcf Background Color

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

This div background color is #965dcf


#965dcf Border Color

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

This div border color is #965dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965dcf


Comments

No comments written yet.

Please login to write comment.