Color Hex Logo

#916cdb Color Hex

#916CDB
(145,108,219)
0 Favorites   0 Comments

Color spaces of #916cdb

RGB 145108219
HSL0.720.610.64
HSV260°51°86°
CMYK 0.340.510.00   0.14
XYZ29.825821.859369.6651
Yxy21.85930.24580.1801
Hunter Lab46.753932.0514-55.6166
CIE-Lab53.877438.5766-51.8600

#916cdb color RGB value is (145,108,219).

#916cdb hex color red value is 145, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #916cdb hue: 0.72 , saturation: 0.61 and the lightness value of 916cdb is 0.64.

The process color (four color CMYK) of #916cdb color hex is 0.34, 0.51, 0.00, 0.14. Web safe color of #916cdb is #9966cc. Color #916cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01101100 11011011
Octal 221 154 333
Decimal 145 108 219
Hex 91 6C DB

RGB Percentages of Color #916cdb

%30.72
%22.88
%46.40

CMYK Percentages of Color #916cdb

%34
%51
%0
%14

Triadic Colors of #916cdb

#916cdb #db916c #6cdb91

Analogous Colors of #916cdb

#916cdb #c96cdb #6c7fdb

Monochromatic Colors of #916cdb

#916cdb

Complementary Color

#916cdb #b6db6c

#916cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#916cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#916cdb Color CSS Codes

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

#916cdb Text Font Color

<p style="color:#916cdb">Text here</p>

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


#916cdb Background Color

<div style="background-color:#916cdb">
Div content here</div>

This div background color is #916cdb


#916cdb Border Color

<div style="border:3px solid #916cdb">
Div here</div>

This div border color is #916cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,108,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #916cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #916cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #916cdb;
  box-shadow:         1px 1px 3px 2px #916cdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #916cdb


Comments

No comments written yet.

Please login to write comment.