Color Hex Logo

#9475dc Color Hex

#9475DC
(148,117,220)
0 Favorites   0 Comments

Color spaces of #9475dc

RGB 148117220
HSL0.720.600.66
HSV258°47°86°
CMYK 0.330.470.00   0.14
XYZ31.492324.185870.7186
Yxy24.18580.24920.1913
Hunter Lab49.179128.2409-50.8326
CIE-Lab56.273334.4631-48.5934

#9475dc color RGB value is (148,117,220).

#9475dc hex color red value is 148, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9475dc hue: 0.72 , saturation: 0.60 and the lightness value of 9475dc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110101 11011100
Octal 224 165 334
Decimal 148 117 220
Hex 94 75 DC

RGB Percentages of Color #9475dc

%30.52
%24.12
%45.36

CMYK Percentages of Color #9475dc

%33
%47
%0
%14

Triadic Colors of #9475dc

#9475dc #dc9475 #75dc94

Analogous Colors of #9475dc

#9475dc #c875dc #758adc

Monochromatic Colors of #9475dc

#9475dc

Complementary Color

#9475dc #bddc75

#9475dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9475dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9475dc Color CSS Codes

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

#9475dc Text Font Color

<p style="color:#9475dc">Text here</p>

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


#9475dc Background Color

<div style="background-color:#9475dc">
Div content here</div>

This div background color is #9475dc


#9475dc Border Color

<div style="border:3px solid #9475dc">
Div here</div>

This div border color is #9475dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,117,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9475dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9475dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9475dc;
  box-shadow:         1px 1px 3px 2px #9475dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9475dc


Comments

No comments written yet.

Please login to write comment.