Color Hex Logo

#9417dd Color Hex

#9417DD
(148,23,221)
0 Favorites   0 Comments

Color spaces of #9417dd

RGB 14823221
HSL0.770.810.48
HSV278°90°87°
CMYK 0.330.900.00   0.13
XYZ25.570312.129269.4001
Yxy12.12920.23880.1133
Hunter Lab34.827070.1091-93.7689
CIE-Lab41.420775.2738-73.1182

#9417dd color RGB value is (148,23,221).

#9417dd hex color red value is 148, green value is 23 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9417dd hue: 0.77 , saturation: 0.81 and the lightness value of 9417dd is 0.48.

The process color (four color CMYK) of #9417dd color hex is 0.33, 0.90, 0.00, 0.13. Web safe color of #9417dd is #9900cc. Color #9417dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00010111 11011101
Octal 224 27 335
Decimal 148 23 221
Hex 94 17 DD

RGB Percentages of Color #9417dd

%37.76
%5.87
%56.38

CMYK Percentages of Color #9417dd

%33
%90
%0
%13

Triadic Colors of #9417dd

#9417dd #dd9417 #17dd94

Analogous Colors of #9417dd

#9417dd #dd17c3 #3117dd

Monochromatic Colors of #9417dd

#9417dd

Complementary Color

#9417dd #60dd17

#9417dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9417dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9417dd Color CSS Codes

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

#9417dd Text Font Color

<p style="color:#9417dd">Text here</p>

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


#9417dd Background Color

<div style="background-color:#9417dd">
Div content here</div>

This div background color is #9417dd


#9417dd Border Color

<div style="border:3px solid #9417dd">
Div here</div>

This div border color is #9417dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,23,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9417dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9417dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9417dd;
  box-shadow:         1px 1px 3px 2px #9417dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9417dd


Comments

No comments written yet.

Please login to write comment.