Color Hex Logo

#997ccf Color Hex

#997CCF
(153,124,207)
0 Favorites   0 Comments

Color spaces of #997ccf

RGB 153124207
HSL0.720.460.65
HSV261°40°81°
CMYK 0.260.400.00   0.19
XYZ31.607025.692662.3248
Yxy25.69260.26420.2148
Hunter Lab50.687922.6019-37.4203
CIE-Lab57.744128.5431-38.9144

#997ccf color RGB value is (153,124,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111100 11001111
Octal 231 174 317
Decimal 153 124 207
Hex 99 7C CF

RGB Percentages of Color #997ccf

%31.61
%25.62
%42.77

CMYK Percentages of Color #997ccf

%26
%40
%0
%19

Triadic Colors of #997ccf

#997ccf #cf997c #7ccf99

Analogous Colors of #997ccf

#997ccf #c37ccf #7c89cf

Monochromatic Colors of #997ccf

#997ccf

Complementary Color

#997ccf #b2cf7c

#997ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#997ccf Color CSS Codes

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

#997ccf Text Font Color

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

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


#997ccf Background Color

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

This div background color is #997ccf


#997ccf Border Color

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

This div border color is #997ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997ccf


Comments

No comments written yet.

Please login to write comment.