Color Hex Logo

#973eba Color Hex

#973EBA
(151,62,186)
0 Favorites   0 Comments

Color spaces of #973eba

RGB 15162186
HSL0.790.500.49
HSV283°67°73°
CMYK 0.190.670.00   0.27
XYZ23.348013.569747.8430
Yxy13.56970.27550.1601
Hunter Lab36.837148.6716-51.2183
CIE-Lab43.609456.2043-49.2739

#973eba color RGB value is (151,62,186).

#973eba hex color red value is 151, green value is 62 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #973eba hue: 0.79 , saturation: 0.50 and the lightness value of 973eba is 0.49.

The process color (four color CMYK) of #973eba color hex is 0.19, 0.67, 0.00, 0.27. Web safe color of #973eba is #9933cc. Color #973eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111110 10111010
Octal 227 76 272
Decimal 151 62 186
Hex 97 3E BA

RGB Percentages of Color #973eba

%37.84
%15.54
%46.62

CMYK Percentages of Color #973eba

%19
%67
%0
%27

Triadic Colors of #973eba

#973eba #ba973e #3eba97

Analogous Colors of #973eba

#973eba #ba3e9f #593eba

Monochromatic Colors of #973eba

#973eba

Complementary Color

#973eba #61ba3e

#973eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#973eba Color CSS Codes

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

#973eba Text Font Color

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

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


#973eba Background Color

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

This div background color is #973eba


#973eba Border Color

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

This div border color is #973eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973eba


Comments

No comments written yet.

Please login to write comment.