Color Hex Logo

#997fdf Color Hex

#997FDF
(153,127,223)
0 Favorites   0 Comments

Color spaces of #997fdf

RGB 153127223
HSL0.710.600.69
HSV256°43°87°
CMYK 0.310.430.00   0.13
XYZ34.045527.278873.2830
Yxy27.27880.25290.2027
Hunter Lab52.229124.9541-46.6298
CIE-Lab59.231530.8206-45.5619

#997fdf color RGB value is (153,127,223).

#997fdf hex color red value is 153, green value is 127 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #997fdf hue: 0.71 , saturation: 0.60 and the lightness value of 997fdf is 0.69.

The process color (four color CMYK) of #997fdf color hex is 0.31, 0.43, 0.00, 0.13. Web safe color of #997fdf is #9966cc. Color #997fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111111 11011111
Octal 231 177 337
Decimal 153 127 223
Hex 99 7F DF

RGB Percentages of Color #997fdf

%30.42
%25.25
%44.33

CMYK Percentages of Color #997fdf

%31
%43
%0
%13

Triadic Colors of #997fdf

#997fdf #df997f #7fdf99

Analogous Colors of #997fdf

#997fdf #c97fdf #7f95df

Monochromatic Colors of #997fdf

#997fdf

Complementary Color

#997fdf #c5df7f

#997fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#997fdf Color CSS Codes

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

#997fdf Text Font Color

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

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


#997fdf Background Color

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

This div background color is #997fdf


#997fdf Border Color

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

This div border color is #997fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997fdf


Comments

No comments written yet.

Please login to write comment.