Color Hex Logo

#9478af Color Hex

#9478AF
(148,120,175)
0 Favorites   0 Comments

Color spaces of #9478af

RGB 148120175
HSL0.750.260.58
HSV271°31°69°
CMYK 0.150.310.00   0.31
XYZ26.667122.824043.5574
Yxy22.82400.28660.2453
Hunter Lab47.774516.0311-20.6143
CIE-Lab54.890621.7646-25.1408

#9478af color RGB value is (148,120,175).

#9478af hex color red value is 148, green value is 120 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9478af hue: 0.75 , saturation: 0.26 and the lightness value of 9478af is 0.58.

The process color (four color CMYK) of #9478af color hex is 0.15, 0.31, 0.00, 0.31. Web safe color of #9478af is #996699. Color #9478af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111000 10101111
Octal 224 170 257
Decimal 148 120 175
Hex 94 78 AF

RGB Percentages of Color #9478af

%33.41
%27.09
%39.50

CMYK Percentages of Color #9478af

%15
%31
%0
%31

Triadic Colors of #9478af

#9478af #af9478 #78af94

Analogous Colors of #9478af

#9478af #af78af #7978af

Monochromatic Colors of #9478af

#9478af

Complementary Color

#9478af #93af78

#9478af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9478af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9478af Color CSS Codes

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

#9478af Text Font Color

<p style="color:#9478af">Text here</p>

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


#9478af Background Color

<div style="background-color:#9478af">
Div content here</div>

This div background color is #9478af


#9478af Border Color

<div style="border:3px solid #9478af">
Div here</div>

This div border color is #9478af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,120,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9478af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9478af;
  -webkit-box-shadow: 1px 1px 3px 2px #9478af;
  box-shadow:         1px 1px 3px 2px #9478af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,120,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9478af


Comments

No comments written yet.

Please login to write comment.