Color Hex Logo

#973acf Color Hex

#973ACF
(151,58,207)
0 Favorites   0 Comments

Color spaces of #973acf

RGB 15158207
HSL0.770.610.52
HSV277°72°81°
CMYK 0.270.720.00   0.19
XYZ25.538014.110460.4091
Yxy14.11040.25520.1410
Hunter Lab37.563855.6177-69.0539
CIE-Lab44.390862.3356-60.2182

#973acf color RGB value is (151,58,207).

#973acf hex color red value is 151, green value is 58 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #973acf hue: 0.77 , saturation: 0.61 and the lightness value of 973acf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111010 11001111
Octal 227 72 317
Decimal 151 58 207
Hex 97 3A CF

RGB Percentages of Color #973acf

%36.30
%13.94
%49.76

CMYK Percentages of Color #973acf

%27
%72
%0
%19

Triadic Colors of #973acf

#973acf #cf973a #3acf97

Analogous Colors of #973acf

#973acf #cf3abd #4c3acf

Monochromatic Colors of #973acf

#973acf

Complementary Color

#973acf #72cf3a

#973acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#973acf Color CSS Codes

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

#973acf Text Font Color

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

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


#973acf Background Color

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

This div background color is #973acf


#973acf Border Color

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

This div border color is #973acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973acf


Comments

No comments written yet.

Please login to write comment.