Color Hex Logo

#997fcf Color Hex

#997FCF
(153,127,207)
0 Favorites   0 Comments

Color spaces of #997fcf

RGB 153127207
HSL0.720.450.65
HSV260°39°81°
CMYK 0.260.390.00   0.19
XYZ31.988726.456062.4520
Yxy26.45600.26460.2188
Hunter Lab51.435421.0008-35.9842
CIE-Lab58.467426.8144-37.7803

#997fcf color RGB value is (153,127,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111111 11001111
Octal 231 177 317
Decimal 153 127 207
Hex 99 7F CF

RGB Percentages of Color #997fcf

%31.42
%26.08
%42.51

CMYK Percentages of Color #997fcf

%26
%39
%0
%19

Triadic Colors of #997fcf

#997fcf #cf997f #7fcf99

Analogous Colors of #997fcf

#997fcf #c17fcf #7f8dcf

Monochromatic Colors of #997fcf

#997fcf

Complementary Color

#997fcf #b5cf7f

#997fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#997fcf Color CSS Codes

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

#997fcf Text Font Color

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

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


#997fcf Background Color

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

This div background color is #997fcf


#997fcf Border Color

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

This div border color is #997fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997fcf


Comments

No comments written yet.

Please login to write comment.