Color Hex Logo

#973ddf Color Hex

#973DDF
(151,61,223)
0 Favorites   0 Comments

Color spaces of #973ddf

RGB 15161223
HSL0.760.720.56
HSV273°73°87°
CMYK 0.320.730.00   0.13
XYZ27.750515.244571.2919
Yxy15.24450.24280.1334
Hunter Lab39.044258.5407-80.9283
CIE-Lab45.967364.6012-66.8293

#973ddf color RGB value is (151,61,223).

#973ddf hex color red value is 151, green value is 61 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #973ddf hue: 0.76 , saturation: 0.72 and the lightness value of 973ddf is 0.56.

The process color (four color CMYK) of #973ddf color hex is 0.32, 0.73, 0.00, 0.13. Web safe color of #973ddf is #9933cc. Color #973ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111101 11011111
Octal 227 75 337
Decimal 151 61 223
Hex 97 3D DF

RGB Percentages of Color #973ddf

%34.71
%14.02
%51.26

CMYK Percentages of Color #973ddf

%32
%73
%0
%13

Triadic Colors of #973ddf

#973ddf #df973d #3ddf97

Analogous Colors of #973ddf

#973ddf #df3dd6 #463ddf

Monochromatic Colors of #973ddf

#973ddf

Complementary Color

#973ddf #85df3d

#973ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#973ddf Color CSS Codes

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

#973ddf Text Font Color

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

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


#973ddf Background Color

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

This div background color is #973ddf


#973ddf Border Color

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

This div border color is #973ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973ddf


Comments

No comments written yet.

Please login to write comment.