Color Hex Logo

#964ebc Color Hex

#964EBC
(150,78,188)
0 Favorites   0 Comments

Color spaces of #964ebc

RGB 15078188
HSL0.780.450.52
HSV279°59°74°
CMYK 0.200.590.00   0.26
XYZ24.379215.563649.2961
Yxy15.56360.27320.1744
Hunter Lab39.450741.2681-46.4710
CIE-Lab46.396748.7341-45.9923

#964ebc color RGB value is (150,78,188).

#964ebc hex color red value is 150, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #964ebc hue: 0.78 , saturation: 0.45 and the lightness value of 964ebc is 0.52.

The process color (four color CMYK) of #964ebc color hex is 0.20, 0.59, 0.00, 0.26. Web safe color of #964ebc is #9966cc. Color #964ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001110 10111100
Octal 226 116 274
Decimal 150 78 188
Hex 96 4E BC

RGB Percentages of Color #964ebc

%36.06
%18.75
%45.19

CMYK Percentages of Color #964ebc

%20
%59
%0
%26

Triadic Colors of #964ebc

#964ebc #bc964e #4ebc96

Analogous Colors of #964ebc

#964ebc #bc4eab #5f4ebc

Monochromatic Colors of #964ebc

#964ebc

Complementary Color

#964ebc #74bc4e

#964ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#964ebc Color CSS Codes

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

#964ebc Text Font Color

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

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


#964ebc Background Color

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

This div background color is #964ebc


#964ebc Border Color

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

This div border color is #964ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964ebc


Comments

No comments written yet.

Please login to write comment.