Color Hex Logo

#961fda Color Hex

#961FDA
(150,31,218)
0 Favorites   0 Comments

Color spaces of #961fda

RGB 15031218
HSL0.770.750.49
HSV278°86°85°
CMYK 0.310.860.00   0.15
XYZ25.722612.526067.3917
Yxy12.52600.24350.1186
Hunter Lab35.392167.7958-88.1223
CIE-Lab42.040273.2433-70.3736

#961fda color RGB value is (150,31,218).

#961fda hex color red value is 150, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #961fda hue: 0.77 , saturation: 0.75 and the lightness value of 961fda is 0.49.

The process color (four color CMYK) of #961fda color hex is 0.31, 0.86, 0.00, 0.15. Web safe color of #961fda is #9933cc. Color #961fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011111 11011010
Octal 226 37 332
Decimal 150 31 218
Hex 96 1F DA

RGB Percentages of Color #961fda

%37.59
%7.77
%54.64

CMYK Percentages of Color #961fda

%31
%86
%0
%15

Triadic Colors of #961fda

#961fda #da961f #1fda96

Analogous Colors of #961fda

#961fda #da1fc1 #391fda

Monochromatic Colors of #961fda

#961fda

Complementary Color

#961fda #63da1f

#961fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#961fda Color CSS Codes

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

#961fda Text Font Color

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

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


#961fda Background Color

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

This div background color is #961fda


#961fda Border Color

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

This div border color is #961fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961fda


Comments

No comments written yet.

Please login to write comment.