Color Hex Logo

#964bae Color Hex

#964BAE
(150,75,174)
0 Favorites   0 Comments

Color spaces of #964bae

RGB 15075174
HSL0.790.400.49
HSV285°57°68°
CMYK 0.140.570.00   0.32
XYZ22.733714.572241.6589
Yxy14.57220.28790.1845
Hunter Lab38.173639.4993-37.9819
CIE-Lab45.042647.2559-39.9472

#964bae color RGB value is (150,75,174).

#964bae hex color red value is 150, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #964bae hue: 0.79 , saturation: 0.40 and the lightness value of 964bae is 0.49.

The process color (four color CMYK) of #964bae color hex is 0.14, 0.57, 0.00, 0.32. Web safe color of #964bae is #993399. Color #964bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001011 10101110
Octal 226 113 256
Decimal 150 75 174
Hex 96 4B AE

RGB Percentages of Color #964bae

%37.59
%18.80
%43.61

CMYK Percentages of Color #964bae

%14
%57
%0
%32

Triadic Colors of #964bae

#964bae #ae964b #4bae96

Analogous Colors of #964bae

#964bae #ae4b95 #654bae

Monochromatic Colors of #964bae

#964bae

Complementary Color

#964bae #63ae4b

#964bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#964bae Color CSS Codes

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

#964bae Text Font Color

<p style="color:#964bae">Text here</p>

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


#964bae Background Color

<div style="background-color:#964bae">
Div content here</div>

This div background color is #964bae


#964bae Border Color

<div style="border:3px solid #964bae">
Div here</div>

This div border color is #964bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964bae


Comments

No comments written yet.

Please login to write comment.