Color Hex Logo

#9410dc Color Hex

#9410DC
(148,16,220)
0 Favorites   0 Comments

Color spaces of #9410dc

RGB 14816220
HSL0.770.860.46
HSV279°93°86°
CMYK 0.330.930.00   0.14
XYZ25.316311.833868.6600
Yxy11.83380.23930.1118
Hunter Lab34.400371.1635-94.2575
CIE-Lab40.950776.2273-73.3145

#9410dc color RGB value is (148,16,220).

#9410dc hex color red value is 148, green value is 16 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9410dc hue: 0.77 , saturation: 0.86 and the lightness value of 9410dc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00010000 11011100
Octal 224 20 334
Decimal 148 16 220
Hex 94 10 DC

RGB Percentages of Color #9410dc

%38.54
%4.17
%57.29

CMYK Percentages of Color #9410dc

%33
%93
%0
%14

Triadic Colors of #9410dc

#9410dc #dc9410 #10dc94

Analogous Colors of #9410dc

#9410dc #dc10be #2e10dc

Monochromatic Colors of #9410dc

#9410dc

Complementary Color

#9410dc #58dc10

#9410dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9410dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9410dc Color CSS Codes

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

#9410dc Text Font Color

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

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


#9410dc Background Color

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

This div background color is #9410dc


#9410dc Border Color

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

This div border color is #9410dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9410dc


Comments

No comments written yet.

Please login to write comment.