Color Hex Logo

#973adc Color Hex

#973ADC
(151,58,220)
0 Favorites   0 Comments

Color spaces of #973adc

RGB 15158220
HSL0.760.700.55
HSV274°74°86°
CMYK 0.310.740.00   0.14
XYZ27.193814.772769.1283
Yxy14.77270.24480.1330
Hunter Lab38.435359.0310-79.7322
CIE-Lab45.321365.1525-66.1681

#973adc color RGB value is (151,58,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111010 11011100
Octal 227 72 334
Decimal 151 58 220
Hex 97 3A DC

RGB Percentages of Color #973adc

%35.20
%13.52
%51.28

CMYK Percentages of Color #973adc

%31
%74
%0
%14

Triadic Colors of #973adc

#973adc #dc973a #3adc97

Analogous Colors of #973adc

#973adc #dc3ad0 #463adc

Monochromatic Colors of #973adc

#973adc

Complementary Color

#973adc #7fdc3a

#973adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#973adc Color CSS Codes

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

#973adc Text Font Color

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

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


#973adc Background Color

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

This div background color is #973adc


#973adc Border Color

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

This div border color is #973adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973adc


Comments

No comments written yet.

Please login to write comment.