Color Hex Logo

#9f9fdd Color Hex

#9F9FDD
(159,159,221)
0 Favorites   0 Comments

Color spaces of #9f9fdd

RGB 159159221
HSL0.670.480.75
HSV240°28°87°
CMYK 0.280.280.00   0.13
XYZ39.747437.387773.5282
Yxy37.38770.26380.2482
Hunter Lab61.14559.0287-28.4951
CIE-Lab67.566913.7019-31.3858

#9f9fdd color RGB value is (159,159,221).

#9f9fdd hex color red value is 159, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9f9fdd hue: 0.67 , saturation: 0.48 and the lightness value of 9f9fdd is 0.75.

The process color (four color CMYK) of #9f9fdd color hex is 0.28, 0.28, 0.00, 0.13. Web safe color of #9f9fdd is #9999cc. Color #9f9fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10011111 11011101
Octal 237 237 335
Decimal 159 159 221
Hex 9F 9F DD

RGB Percentages of Color #9f9fdd

%29.50
%29.50
%41.00

CMYK Percentages of Color #9f9fdd

%28
%28
%0
%13

Triadic Colors of #9f9fdd

#9f9fdd #dd9f9f #9fdd9f

Analogous Colors of #9f9fdd

#9f9fdd #be9fdd #9fbedd

Monochromatic Colors of #9f9fdd

#9f9fdd

Complementary Color

#9f9fdd #dddd9f

#9f9fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f9fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f9fdd Color CSS Codes

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

#9f9fdd Text Font Color

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

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


#9f9fdd Background Color

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

This div background color is #9f9fdd


#9f9fdd Border Color

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

This div border color is #9f9fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,159,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 #9f9fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f9fdd


Comments

No comments written yet.

Please login to write comment.