Color Hex Logo

#9d9dcf Color Hex

#9D9DCF
(157,157,207)
0 Favorites   0 Comments

Color spaces of #9d9dcf

RGB 157157207
HSL0.670.340.71
HSV240°24°81°
CMYK 0.240.240.00   0.19
XYZ37.224135.787063.9772
Yxy35.78700.27170.2612
Hunter Lab59.82226.3819-21.5324
CIE-Lab66.356910.8317-25.5197

#9d9dcf color RGB value is (157,157,207).

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

The process color (four color CMYK) of #9d9dcf color hex is 0.24, 0.24, 0.00, 0.19. Web safe color of #9d9dcf is #9999cc. Color #9d9dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10011101 11001111
Octal 235 235 317
Decimal 157 157 207
Hex 9D 9D CF

RGB Percentages of Color #9d9dcf

%30.13
%30.13
%39.73

CMYK Percentages of Color #9d9dcf

%24
%24
%0
%19

Triadic Colors of #9d9dcf

#9d9dcf #cf9d9d #9dcf9d

Analogous Colors of #9d9dcf

#9d9dcf #b69dcf #9db6cf

Monochromatic Colors of #9d9dcf

#9d9dcf

Complementary Color

#9d9dcf #cfcf9d

#9d9dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d9dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d9dcf Color CSS Codes

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

#9d9dcf Text Font Color

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

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


#9d9dcf Background Color

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

This div background color is #9d9dcf


#9d9dcf Border Color

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

This div border color is #9d9dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d9dcf


Comments

No comments written yet.

Please login to write comment.