Color Hex Logo

#997ddc Color Hex

#997DDC
(153,125,220)
0 Favorites   0 Comments

Color spaces of #997ddc

RGB 153125220
HSL0.720.580.68
HSV258°43°86°
CMYK 0.300.430.00   0.14
XYZ33.388826.606871.0860
Yxy26.60680.25470.2030
Hunter Lab51.581825.2746-45.6016
CIE-Lab58.608631.2076-44.8666

#997ddc color RGB value is (153,125,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111101 11011100
Octal 231 175 334
Decimal 153 125 220
Hex 99 7D DC

RGB Percentages of Color #997ddc

%30.72
%25.10
%44.18

CMYK Percentages of Color #997ddc

%30
%43
%0
%14

Triadic Colors of #997ddc

#997ddc #dc997d #7ddc99

Analogous Colors of #997ddc

#997ddc #c97ddc #7d91dc

Monochromatic Colors of #997ddc

#997ddc

Complementary Color

#997ddc #c0dc7d

#997ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#997ddc Color CSS Codes

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

#997ddc Text Font Color

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

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


#997ddc Background Color

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

This div background color is #997ddc


#997ddc Border Color

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

This div border color is #997ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997ddc


Comments

No comments written yet.

Please login to write comment.