Color Hex Logo

#9477da Color Hex

#9477DA
(148,119,218)
0 Favorites   0 Comments

Color spaces of #9477da

RGB 148119218
HSL0.720.570.66
HSV258°45°85°
CMYK 0.320.450.00   0.15
XYZ31.464524.551569.4102
Yxy24.55150.25090.1957
Hunter Lab49.549526.6380-48.3704
CIE-Lab56.635832.7990-46.8937

#9477da color RGB value is (148,119,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110111 11011010
Octal 224 167 332
Decimal 148 119 218
Hex 94 77 DA

RGB Percentages of Color #9477da

%30.52
%24.54
%44.95

CMYK Percentages of Color #9477da

%32
%45
%0
%15

Triadic Colors of #9477da

#9477da #da9477 #77da94

Analogous Colors of #9477da

#9477da #c677da #778cda

Monochromatic Colors of #9477da

#9477da

Complementary Color

#9477da #bdda77

#9477da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9477da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9477da Color CSS Codes

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

#9477da Text Font Color

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

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


#9477da Background Color

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

This div background color is #9477da


#9477da Border Color

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

This div border color is #9477da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9477da


Comments

No comments written yet.

Please login to write comment.