Color Hex Logo

#9473ca Color Hex

#9473CA
(148,115,202)
0 Favorites   0 Comments

Color spaces of #9473ca

RGB 148115202
HSL0.730.450.62
HSV263°43°79°
CMYK 0.270.430.00   0.21
XYZ29.004122.821658.7534
Yxy22.82160.26230.2064
Hunter Lab47.772024.7729-39.4787
CIE-Lab54.888131.0707-40.6041

#9473ca color RGB value is (148,115,202).

#9473ca hex color red value is 148, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9473ca hue: 0.73 , saturation: 0.45 and the lightness value of 9473ca is 0.62.

The process color (four color CMYK) of #9473ca color hex is 0.27, 0.43, 0.00, 0.21. Web safe color of #9473ca is #9966cc. Color #9473ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110011 11001010
Octal 224 163 312
Decimal 148 115 202
Hex 94 73 CA

RGB Percentages of Color #9473ca

%31.83
%24.73
%43.44

CMYK Percentages of Color #9473ca

%27
%43
%0
%21

Triadic Colors of #9473ca

#9473ca #ca9473 #73ca94

Analogous Colors of #9473ca

#9473ca #c073ca #737eca

Monochromatic Colors of #9473ca

#9473ca

Complementary Color

#9473ca #a9ca73

#9473ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9473ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9473ca Color CSS Codes

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

#9473ca Text Font Color

<p style="color:#9473ca">Text here</p>

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


#9473ca Background Color

<div style="background-color:#9473ca">
Div content here</div>

This div background color is #9473ca


#9473ca Border Color

<div style="border:3px solid #9473ca">
Div here</div>

This div border color is #9473ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,115,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9473ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9473ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9473ca;
  box-shadow:         1px 1px 3px 2px #9473ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9473ca


Comments

No comments written yet.

Please login to write comment.