Color Hex Logo

#997bfc Color Hex

#997BFC
(153,123,252)
0 Favorites   0 Comments

Color spaces of #997bfc

RGB 153123252
HSL0.710.960.74
HSV254°51°99°
CMYK 0.390.510.00   0.01
XYZ37.790527.966595.5018
Yxy27.96650.23430.1734
Hunter Lab52.883435.0104-70.0532
CIE-Lab59.858540.6881-60.6559

#997bfc color RGB value is (153,123,252).

#997bfc hex color red value is 153, green value is 123 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #997bfc hue: 0.71 , saturation: 0.96 and the lightness value of 997bfc is 0.74.

The process color (four color CMYK) of #997bfc color hex is 0.39, 0.51, 0.00, 0.01. Web safe color of #997bfc is #9966ff. Color #997bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111011 11111100
Octal 231 173 374
Decimal 153 123 252
Hex 99 7B FC

RGB Percentages of Color #997bfc

%28.98
%23.30
%47.73

CMYK Percentages of Color #997bfc

%39
%51
%0
%1

Triadic Colors of #997bfc

#997bfc #fc997b #7bfc99

Analogous Colors of #997bfc

#997bfc #da7bfc #7b9efc

Monochromatic Colors of #997bfc

#997bfc

Complementary Color

#997bfc #defc7b

#997bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#997bfc Color CSS Codes

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

#997bfc Text Font Color

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

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


#997bfc Background Color

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

This div background color is #997bfc


#997bfc Border Color

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

This div border color is #997bfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,123,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997bfc


Comments

No comments written yet.

Please login to write comment.