Color Hex Logo

#9374da Color Hex

#9374DA
(147,116,218)
0 Favorites   0 Comments

Color spaces of #9374da

RGB 147116218
HSL0.720.580.65
HSV258°47°85°
CMYK 0.330.470.00   0.15
XYZ30.932923.755869.2846
Yxy23.75580.24950.1916
Hunter Lab48.739927.9906-50.1638
CIE-Lab55.842534.2595-48.1576

#9374da color RGB value is (147,116,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110100 11011010
Octal 223 164 332
Decimal 147 116 218
Hex 93 74 DA

RGB Percentages of Color #9374da

%30.56
%24.12
%45.32

CMYK Percentages of Color #9374da

%33
%47
%0
%15

Triadic Colors of #9374da

#9374da #da9374 #74da93

Analogous Colors of #9374da

#9374da #c674da #7488da

Monochromatic Colors of #9374da

#9374da

Complementary Color

#9374da #bbda74

#9374da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9374da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9374da Color CSS Codes

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

#9374da Text Font Color

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

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


#9374da Background Color

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

This div background color is #9374da


#9374da Border Color

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

This div border color is #9374da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,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 #9374da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9374da


Comments

No comments written yet.

Please login to write comment.