color codes Logo

#973fdb color codes

#973FDB
(151,63,219)
0 Favorites   0 Comments

Color spaces of #973fdb

RGB 15163219
HSL0.760.680.55
HSV274°71°86°
CMYK 0.310.710.00   0.14
XYZ27.326215.248868.5209
Yxy15.24880.24600.1373
Hunter Lab39.049756.5737-76.7019
CIE-Lab45.973162.8769-64.5394

#973fdb color RGB value is (151,63,219).

#973fdb hex color red value is 151, green value is 63 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #973fdb hue: 0.76 , saturation: 0.68 and the lightness value of 973fdb is 0.55.

The process color (four color CMYK) of #973fdb color code is 0.31, 0.71, 0.00, 0.14. Web safe color of #973fdb is #9933cc. Color #973fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111111 11011011
Octal 227 77 333
Decimal 151 63 219
Hex 97 3F DB

RGB Percentages of Color #973fdb

%34.87
%14.55
%50.58

CMYK Percentages of Color #973fdb

%31
%71
%0
%14

Triadic Colors of #973fdb

#973fdb #db973f #3fdb97

Analogous Colors of #973fdb

#973fdb #db3fd1 #493fdb

Monochromatic Colors of #973fdb

#973fdb

Complementary Color

#973fdb #83db3f

#973fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#973fdb Color CSS Codes

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

#973fdb Text Font Color

<p style="color:#973fdb">Text here</p>

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


#973fdb Background Color

<div style="background-color:#973fdb">
Div content here</div>

This div background color is #973fdb


#973fdb Border Color

<div style="border:3px solid #973fdb">
Div here</div>

This div border color is #973fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,63,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #973fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #973fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #973fdb;
  box-shadow:         1px 1px 3px 2px #973fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,63,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973fdb


Comments

No comments written yet.

Please login to write comment.