Color Hex Logo

#9479ce Color Hex

#9479CE
(148,121,206)
0 Favorites   0 Comments

Color spaces of #9479ce

RGB 148121206
HSL0.720.460.64
HSV259°41°81°
CMYK 0.280.410.00   0.19
XYZ30.190724.426961.5162
Yxy24.42690.26000.2103
Hunter Lab49.423622.5466-39.2002
CIE-Lab56.512728.5975-40.3163

#9479ce color RGB value is (148,121,206).

#9479ce hex color red value is 148, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9479ce hue: 0.72 , saturation: 0.46 and the lightness value of 9479ce is 0.64.

The process color (four color CMYK) of #9479ce color hex is 0.28, 0.41, 0.00, 0.19. Web safe color of #9479ce is #9966cc. Color #9479ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111001 11001110
Octal 224 171 316
Decimal 148 121 206
Hex 94 79 CE

RGB Percentages of Color #9479ce

%31.16
%25.47
%43.37

CMYK Percentages of Color #9479ce

%28
%41
%0
%19

Triadic Colors of #9479ce

#9479ce #ce9479 #79ce94

Analogous Colors of #9479ce

#9479ce #bf79ce #7989ce

Monochromatic Colors of #9479ce

#9479ce

Complementary Color

#9479ce #b3ce79

#9479ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9479ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9479ce Color CSS Codes

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

#9479ce Text Font Color

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

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


#9479ce Background Color

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

This div background color is #9479ce


#9479ce Border Color

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

This div border color is #9479ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9479ce


Comments

No comments written yet.

Please login to write comment.