Color Hex Logo

#9474da Color Hex

#9474DA
(148,116,218)
0 Favorites   0 Comments

Color spaces of #9474da

RGB 148116218
HSL0.720.580.65
HSV259°47°85°
CMYK 0.320.470.00   0.15
XYZ31.113023.848669.2931
Yxy23.84860.25040.1919
Hunter Lab48.835028.2618-49.9434
CIE-Lab55.935934.5230-48.0036

#9474da color RGB value is (148,116,218).

#9474da hex color red value is 148, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9474da hue: 0.72 , saturation: 0.58 and the lightness value of 9474da is 0.65.

The process color (four color CMYK) of #9474da color hex is 0.32, 0.47, 0.00, 0.15. Web safe color of #9474da is #9966cc. Color #9474da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110100 11011010
Octal 224 164 332
Decimal 148 116 218
Hex 94 74 DA

RGB Percentages of Color #9474da

%30.71
%24.07
%45.23

CMYK Percentages of Color #9474da

%32
%47
%0
%15

Triadic Colors of #9474da

#9474da #da9474 #74da94

Analogous Colors of #9474da

#9474da #c774da #7487da

Monochromatic Colors of #9474da

#9474da

Complementary Color

#9474da #bada74

#9474da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9474da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9474da Color CSS Codes

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

#9474da Text Font Color

<p style="color:#9474da">Text here</p>

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


#9474da Background Color

<div style="background-color:#9474da">
Div content here</div>

This div background color is #9474da


#9474da Border Color

<div style="border:3px solid #9474da">
Div here</div>

This div border color is #9474da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,116,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9474da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9474da;
  -webkit-box-shadow: 1px 1px 3px 2px #9474da;
  box-shadow:         1px 1px 3px 2px #9474da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9474da


Comments

No comments written yet.

Please login to write comment.