Color Hex Logo

#997ddb Color Hex

#997DDB
(153,125,219)
0 Favorites   0 Comments

Color spaces of #997ddb

RGB 153125219
HSL0.720.570.67
HSV258°43°86°
CMYK 0.300.430.00   0.14
XYZ33.256726.554070.3905
Yxy26.55400.25540.2039
Hunter Lab51.530625.0215-44.9184
CIE-Lab58.559230.9546-44.3840

#997ddb color RGB value is (153,125,219).

#997ddb hex color red value is 153, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #997ddb hue: 0.72 , saturation: 0.57 and the lightness value of 997ddb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111101 11011011
Octal 231 175 333
Decimal 153 125 219
Hex 99 7D DB

RGB Percentages of Color #997ddb

%30.78
%25.15
%44.06

CMYK Percentages of Color #997ddb

%30
%43
%0
%14

Triadic Colors of #997ddb

#997ddb #db997d #7ddb99

Analogous Colors of #997ddb

#997ddb #c87ddb #7d90db

Monochromatic Colors of #997ddb

#997ddb

Complementary Color

#997ddb #bfdb7d

#997ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#997ddb Color CSS Codes

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

#997ddb Text Font Color

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

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


#997ddb Background Color

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

This div background color is #997ddb


#997ddb Border Color

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

This div border color is #997ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997ddb


Comments

No comments written yet.

Please login to write comment.