Color Hex Logo

#997acf Color Hex

#997ACF
(153,122,207)
0 Favorites   0 Comments

Color spaces of #997acf

RGB 153122207
HSL0.730.470.65
HSV262°41°81°
CMYK 0.260.410.00   0.19
XYZ31.358925.196462.2421
Yxy25.19640.26400.2121
Hunter Lab50.196023.6711-38.3813
CIE-Lab57.266329.6939-39.6648

#997acf color RGB value is (153,122,207).

#997acf hex color red value is 153, green value is 122 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #997acf hue: 0.73 , saturation: 0.47 and the lightness value of 997acf is 0.65.

The process color (four color CMYK) of #997acf color hex is 0.26, 0.41, 0.00, 0.19. Web safe color of #997acf is #9966cc. Color #997acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111010 11001111
Octal 231 172 317
Decimal 153 122 207
Hex 99 7A CF

RGB Percentages of Color #997acf

%31.74
%25.31
%42.95

CMYK Percentages of Color #997acf

%26
%41
%0
%19

Triadic Colors of #997acf

#997acf #cf997a #7acf99

Analogous Colors of #997acf

#997acf #c47acf #7a86cf

Monochromatic Colors of #997acf

#997acf

Complementary Color

#997acf #b0cf7a

#997acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#997acf Color CSS Codes

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

#997acf Text Font Color

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

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


#997acf Background Color

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

This div background color is #997acf


#997acf Border Color

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

This div border color is #997acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,122,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 #997acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997acf


Comments

No comments written yet.

Please login to write comment.