Color Hex Logo

#9d8acc Color Hex

#9D8ACC
(157,138,204)
0 Favorites   0 Comments

Color spaces of #9d8acc

RGB 157138204
HSL0.710.390.67
HSV257°32°80°
CMYK 0.230.320.00   0.20
XYZ33.892229.704761.0740
Yxy29.70470.27190.2383
Hunter Lab54.502015.6221-28.2879
CIE-Lab61.398620.9460-31.4952

#9d8acc color RGB value is (157,138,204).

#9d8acc hex color red value is 157, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9d8acc hue: 0.71 , saturation: 0.39 and the lightness value of 9d8acc is 0.67.

The process color (four color CMYK) of #9d8acc color hex is 0.23, 0.32, 0.00, 0.20. Web safe color of #9d8acc is #9999cc. Color #9d8acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10001010 11001100
Octal 235 212 314
Decimal 157 138 204
Hex 9D 8A CC

RGB Percentages of Color #9d8acc

%31.46
%27.66
%40.88

CMYK Percentages of Color #9d8acc

%23
%32
%0
%20

Triadic Colors of #9d8acc

#9d8acc #cc9d8a #8acc9d

Analogous Colors of #9d8acc

#9d8acc #be8acc #8a98cc

Monochromatic Colors of #9d8acc

#9d8acc

Complementary Color

#9d8acc #b9cc8a

#9d8acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d8acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d8acc Color CSS Codes

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

#9d8acc Text Font Color

<p style="color:#9d8acc">Text here</p>

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


#9d8acc Background Color

<div style="background-color:#9d8acc">
Div content here</div>

This div background color is #9d8acc


#9d8acc Border Color

<div style="border:3px solid #9d8acc">
Div here</div>

This div border color is #9d8acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,138,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d8acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d8acc;
  -webkit-box-shadow: 1px 1px 3px 2px #9d8acc;
  box-shadow:         1px 1px 3px 2px #9d8acc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,138,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d8acc


Comments

No comments written yet.

Please login to write comment.