Color Hex Logo

#914adb Color Hex

#914ADB
(145,74,219)
0 Favorites   0 Comments

Color spaces of #914adb

RGB 14574219
HSL0.750.670.57
HSV269°66°86°
CMYK 0.340.660.00   0.14
XYZ26.912016.031868.6939
Yxy16.03180.24110.1436
Hunter Lab40.039749.9061-73.6927
CIE-Lab47.016256.7050-62.8851

#914adb color RGB value is (145,74,219).

#914adb hex color red value is 145, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #914adb hue: 0.75 , saturation: 0.67 and the lightness value of 914adb is 0.57.

The process color (four color CMYK) of #914adb color hex is 0.34, 0.66, 0.00, 0.14. Web safe color of #914adb is #9933cc. Color #914adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01001010 11011011
Octal 221 112 333
Decimal 145 74 219
Hex 91 4A DB

RGB Percentages of Color #914adb

%33.11
%16.89
%50.00

CMYK Percentages of Color #914adb

%34
%66
%0
%14

Triadic Colors of #914adb

#914adb #db914a #4adb91

Analogous Colors of #914adb

#914adb #da4adb #4a4cdb

Monochromatic Colors of #914adb

#914adb

Complementary Color

#914adb #94db4a

#914adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#914adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#914adb Color CSS Codes

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

#914adb Text Font Color

<p style="color:#914adb">Text here</p>

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


#914adb Background Color

<div style="background-color:#914adb">
Div content here</div>

This div background color is #914adb


#914adb Border Color

<div style="border:3px solid #914adb">
Div here</div>

This div border color is #914adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #914adb


Comments

No comments written yet.

Please login to write comment.