Color Hex Logo

#9004dd Color Hex

#9004DD
(144,4,221)
0 Favorites   0 Comments

Color spaces of #9004dd

RGB 1444221
HSL0.770.960.44
HSV279°98°87°
CMYK 0.350.980.00   0.13
XYZ24.596211.236669.2791
Yxy11.23660.23400.1069
Hunter Lab33.521072.3133-99.0720
CIE-Lab39.976177.3485-75.5088

#9004dd color RGB value is (144,4,221).

#9004dd hex color red value is 144, green value is 4 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9004dd hue: 0.77 , saturation: 0.96 and the lightness value of 9004dd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00000100 11011101
Octal 220 4 335
Decimal 144 4 221
Hex 90 4 DD

RGB Percentages of Color #9004dd

%39.02
%1.08
%59.89

CMYK Percentages of Color #9004dd

%35
%98
%0
%13

Triadic Colors of #9004dd

#9004dd #dd9004 #04dd90

Analogous Colors of #9004dd

#9004dd #dd04be #2404dd

Monochromatic Colors of #9004dd

#9004dd

Complementary Color

#9004dd #51dd04

#9004dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9004dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9004dd Color CSS Codes

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

#9004dd Text Font Color

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

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


#9004dd Background Color

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

This div background color is #9004dd


#9004dd Border Color

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

This div border color is #9004dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,4,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 #9004dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9004dd


Comments

No comments written yet.

Please login to write comment.