Color Hex Logo

#9508dc Color Hex

#9508DC
(149,8,220)
0 Favorites   0 Comments

Color spaces of #9508dc

RGB 1498220
HSL0.780.930.45
HSV280°96°86°
CMYK 0.320.960.00   0.14
XYZ25.399511.730568.6357
Yxy11.73050.24010.1109
Hunter Lab34.249872.4376-94.8407
CIE-Lab40.784577.2957-73.5808

#9508dc color RGB value is (149,8,220).

#9508dc hex color red value is 149, green value is 8 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9508dc hue: 0.78 , saturation: 0.93 and the lightness value of 9508dc is 0.45.

The process color (four color CMYK) of #9508dc color hex is 0.32, 0.96, 0.00, 0.14. Web safe color of #9508dc is #9900cc. Color #9508dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001000 11011100
Octal 225 10 334
Decimal 149 8 220
Hex 95 8 DC

RGB Percentages of Color #9508dc

%39.52
%2.12
%58.36

CMYK Percentages of Color #9508dc

%32
%96
%0
%14

Triadic Colors of #9508dc

#9508dc #dc9508 #08dc95

Analogous Colors of #9508dc

#9508dc #dc08b9 #2b08dc

Monochromatic Colors of #9508dc

#9508dc

Complementary Color

#9508dc #4fdc08

#9508dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9508dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9508dc Color CSS Codes

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

#9508dc Text Font Color

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

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


#9508dc Background Color

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

This div background color is #9508dc


#9508dc Border Color

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

This div border color is #9508dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9508dc


Comments

No comments written yet.

Please login to write comment.