Color Hex Logo

#961cd4 Color Hex

#961CD4
(150,28,212)
0 Favorites   0 Comments

Color spaces of #961cd4

RGB 15028212
HSL0.780.770.47
HSV280°87°83°
CMYK 0.290.870.00   0.17
XYZ24.876612.068063.3056
Yxy12.06800.24810.1204
Hunter Lab34.739067.0305-83.7280
CIE-Lab41.324072.7451-68.0915

#961cd4 color RGB value is (150,28,212).

#961cd4 hex color red value is 150, green value is 28 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #961cd4 hue: 0.78 , saturation: 0.77 and the lightness value of 961cd4 is 0.47.

The process color (four color CMYK) of #961cd4 color hex is 0.29, 0.87, 0.00, 0.17. Web safe color of #961cd4 is #9933cc. Color #961cd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011100 11010100
Octal 226 34 324
Decimal 150 28 212
Hex 96 1C D4

RGB Percentages of Color #961cd4

%38.46
%7.18
%54.36

CMYK Percentages of Color #961cd4

%29
%87
%0
%17

Triadic Colors of #961cd4

#961cd4 #d4961c #1cd496

Analogous Colors of #961cd4

#961cd4 #d41cb6 #3a1cd4

Monochromatic Colors of #961cd4

#961cd4

Complementary Color

#961cd4 #5ad41c

#961cd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961cd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961cd4 Color CSS Codes

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

#961cd4 Text Font Color

<p style="color:#961cd4">Text here</p>

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


#961cd4 Background Color

<div style="background-color:#961cd4">
Div content here</div>

This div background color is #961cd4


#961cd4 Border Color

<div style="border:3px solid #961cd4">
Div here</div>

This div border color is #961cd4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,28,212, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #961cd4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #961cd4;
  -webkit-box-shadow: 1px 1px 3px 2px #961cd4;
  box-shadow:         1px 1px 3px 2px #961cd4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961cd4


Comments

No comments written yet.

Please login to write comment.