Color Hex Logo

#965fae Color Hex

#965FAE
(150,95,174)
0 Favorites   0 Comments

Color spaces of #965fae

RGB 15095174
HSL0.780.330.53
HSV282°45°68°
CMYK 0.140.450.00   0.32
XYZ24.309917.724442.1843
Yxy17.72440.28870.2105
Hunter Lab42.100429.3952-29.9380
CIE-Lab49.160136.5214-33.4559

#965fae color RGB value is (150,95,174).

#965fae hex color red value is 150, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #965fae hue: 0.78 , saturation: 0.33 and the lightness value of 965fae is 0.53.

The process color (four color CMYK) of #965fae color hex is 0.14, 0.45, 0.00, 0.32. Web safe color of #965fae is #996699. Color #965fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011111 10101110
Octal 226 137 256
Decimal 150 95 174
Hex 96 5F AE

RGB Percentages of Color #965fae

%35.80
%22.67
%41.53

CMYK Percentages of Color #965fae

%14
%45
%0
%32

Triadic Colors of #965fae

#965fae #ae965f #5fae96

Analogous Colors of #965fae

#965fae #ae5f9f #6f5fae

Monochromatic Colors of #965fae

#965fae

Complementary Color

#965fae #77ae5f

#965fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#965fae Color CSS Codes

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

#965fae Text Font Color

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

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


#965fae Background Color

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

This div background color is #965fae


#965fae Border Color

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

This div border color is #965fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965fae


Comments

No comments written yet.

Please login to write comment.