Color Hex Logo

#97a1dd Color Hex

#97A1DD
(151,161,221)
0 Favorites   0 Comments

Color spaces of #97a1dd

RGB 151161221
HSL0.640.510.73
HSV231°32°87°
CMYK 0.320.270.00   0.13
XYZ38.558537.289573.5720
Yxy37.28950.25810.2496
Hunter Lab61.06515.8467-28.6877
CIE-Lab67.493710.2517-31.5469

#97a1dd color RGB value is (151,161,221).

#97a1dd hex color red value is 151, green value is 161 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #97a1dd hue: 0.64 , saturation: 0.51 and the lightness value of 97a1dd is 0.73.

The process color (four color CMYK) of #97a1dd color hex is 0.32, 0.27, 0.00, 0.13. Web safe color of #97a1dd is #9999cc. Color #97a1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10100001 11011101
Octal 227 241 335
Decimal 151 161 221
Hex 97 A1 DD

RGB Percentages of Color #97a1dd

%28.33
%30.21
%41.46

CMYK Percentages of Color #97a1dd

%32
%27
%0
%13

Triadic Colors of #97a1dd

#97a1dd #dd97a1 #a1dd97

Analogous Colors of #97a1dd

#97a1dd #b097dd #97c4dd

Monochromatic Colors of #97a1dd

#97a1dd

Complementary Color

#97a1dd #ddd397

#97a1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97a1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97a1dd Color CSS Codes

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

#97a1dd Text Font Color

<p style="color:#97a1dd">Text here</p>

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


#97a1dd Background Color

<div style="background-color:#97a1dd">
Div content here</div>

This div background color is #97a1dd


#97a1dd Border Color

<div style="border:3px solid #97a1dd">
Div here</div>

This div border color is #97a1dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,161,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97a1dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97a1dd;
  -webkit-box-shadow: 1px 1px 3px 2px #97a1dd;
  box-shadow:         1px 1px 3px 2px #97a1dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,161,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97a1dd


Comments

No comments written yet.

Please login to write comment.