Color Hex Logo

#9457dc Color Hex

#9457DC
(148,87,220)
0 Favorites   0 Comments

Color spaces of #9457dc

RGB 14887220
HSL0.740.660.60
HSV268°60°86°
CMYK 0.330.600.00   0.14
XYZ28.539218.279669.7343
Yxy18.27960.24490.1568
Hunter Lab42.754644.3301-66.7758
CIE-Lab49.833551.0496-58.8893

#9457dc color RGB value is (148,87,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01010111 11011100
Octal 224 127 334
Decimal 148 87 220
Hex 94 57 DC

RGB Percentages of Color #9457dc

%32.53
%19.12
%48.35

CMYK Percentages of Color #9457dc

%33
%60
%0
%14

Triadic Colors of #9457dc

#9457dc #dc9457 #57dc94

Analogous Colors of #9457dc

#9457dc #d757dc #575cdc

Monochromatic Colors of #9457dc

#9457dc

Complementary Color

#9457dc #9fdc57

#9457dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9457dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9457dc Color CSS Codes

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

#9457dc Text Font Color

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

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


#9457dc Background Color

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

This div background color is #9457dc


#9457dc Border Color

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

This div border color is #9457dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9457dc


Comments

No comments written yet.

Please login to write comment.