Color Hex Logo

#918ddd Color Hex

#918DDD
(145,141,221)
0 Favorites   0 Comments

Color spaces of #918ddd

RGB 145141221
HSL0.680.540.71
HSV243°36°87°
CMYK 0.340.360.00   0.13
XYZ34.253130.290072.4478
Yxy30.29000.25000.2211
Hunter Lab55.036414.7798-39.5217
CIE-Lab61.903620.0231-40.2864

#918ddd color RGB value is (145,141,221).

#918ddd hex color red value is 145, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #918ddd hue: 0.68 , saturation: 0.54 and the lightness value of 918ddd is 0.71.

The process color (four color CMYK) of #918ddd color hex is 0.34, 0.36, 0.00, 0.13. Web safe color of #918ddd is #9999cc. Color #918ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001101 11011101
Octal 221 215 335
Decimal 145 141 221
Hex 91 8D DD

RGB Percentages of Color #918ddd

%28.60
%27.81
%43.59

CMYK Percentages of Color #918ddd

%34
%36
%0
%13

Triadic Colors of #918ddd

#918ddd #dd918d #8ddd91

Analogous Colors of #918ddd

#918ddd #b98ddd #8db1dd

Monochromatic Colors of #918ddd

#918ddd

Complementary Color

#918ddd #d9dd8d

#918ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#918ddd Color CSS Codes

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

#918ddd Text Font Color

<p style="color:#918ddd">Text here</p>

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


#918ddd Background Color

<div style="background-color:#918ddd">
Div content here</div>

This div background color is #918ddd


#918ddd Border Color

<div style="border:3px solid #918ddd">
Div here</div>

This div border color is #918ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,141,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #918ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #918ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #918ddd;
  box-shadow:         1px 1px 3px 2px #918ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,141,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 #918ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918ddd


Comments

No comments written yet.

Please login to write comment.