Color Hex Logo

#964bcf Color Hex

#964BCF
(150,75,207)
0 Favorites   0 Comments

Color spaces of #964bcf

RGB 15075207
HSL0.760.580.55
HSV274°64°81°
CMYK 0.280.640.00   0.19
XYZ26.356216.021260.7348
Yxy16.02120.25560.1554
Hunter Lab40.026547.4903-61.9460
CIE-Lab47.002354.4888-56.0105

#964bcf color RGB value is (150,75,207).

#964bcf hex color red value is 150, green value is 75 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #964bcf hue: 0.76 , saturation: 0.58 and the lightness value of 964bcf is 0.55.

The process color (four color CMYK) of #964bcf color hex is 0.28, 0.64, 0.00, 0.19. Web safe color of #964bcf is #9933cc. Color #964bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001011 11001111
Octal 226 113 317
Decimal 150 75 207
Hex 96 4B CF

RGB Percentages of Color #964bcf

%34.72
%17.36
%47.92

CMYK Percentages of Color #964bcf

%28
%64
%0
%19

Triadic Colors of #964bcf

#964bcf #cf964b #4bcf96

Analogous Colors of #964bcf

#964bcf #cf4bc6 #544bcf

Monochromatic Colors of #964bcf

#964bcf

Complementary Color

#964bcf #84cf4b

#964bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#964bcf Color CSS Codes

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

#964bcf Text Font Color

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

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


#964bcf Background Color

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

This div background color is #964bcf


#964bcf Border Color

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

This div border color is #964bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964bcf


Comments

No comments written yet.

Please login to write comment.