Color Hex Logo

#9479db Color Hex

#9479DB
(148,121,219)
0 Favorites   0 Comments

Color spaces of #9479db

RGB 148121219
HSL0.710.580.67
HSV257°45°86°
CMYK 0.320.450.00   0.14
XYZ31.836325.085170.1818
Yxy25.08510.25050.1974
Hunter Lab50.085025.8138-48.0208
CIE-Lab57.158231.9041-46.6284

#9479db color RGB value is (148,121,219).

#9479db hex color red value is 148, green value is 121 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9479db hue: 0.71 , saturation: 0.58 and the lightness value of 9479db is 0.67.

The process color (four color CMYK) of #9479db color hex is 0.32, 0.45, 0.00, 0.14. Web safe color of #9479db is #9966cc. Color #9479db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111001 11011011
Octal 224 171 333
Decimal 148 121 219
Hex 94 79 DB

RGB Percentages of Color #9479db

%30.33
%24.80
%44.88

CMYK Percentages of Color #9479db

%32
%45
%0
%14

Triadic Colors of #9479db

#9479db #db9479 #79db94

Analogous Colors of #9479db

#9479db #c579db #798fdb

Monochromatic Colors of #9479db

#9479db

Complementary Color

#9479db #c0db79

#9479db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9479db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9479db Color CSS Codes

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

#9479db Text Font Color

<p style="color:#9479db">Text here</p>

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


#9479db Background Color

<div style="background-color:#9479db">
Div content here</div>

This div background color is #9479db


#9479db Border Color

<div style="border:3px solid #9479db">
Div here</div>

This div border color is #9479db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,121,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9479db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9479db;
  -webkit-box-shadow: 1px 1px 3px 2px #9479db;
  box-shadow:         1px 1px 3px 2px #9479db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,121,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 #9479db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9479db


Comments

No comments written yet.

Please login to write comment.