Color Hex Logo

#9040dd Color Hex

#9040DD
(144,64,221)
0 Favorites   0 Comments

Color spaces of #9040dd

RGB 14464221
HSL0.750.700.56
HSV271°71°87°
CMYK 0.350.710.00   0.13
XYZ26.386114.816569.8758
Yxy14.81650.23750.1334
Hunter Lab38.492254.9990-80.6860
CIE-Lab45.381861.5968-66.6811

#9040dd color RGB value is (144,64,221).

#9040dd hex color red value is 144, green value is 64 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9040dd hue: 0.75 , saturation: 0.70 and the lightness value of 9040dd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01000000 11011101
Octal 220 100 335
Decimal 144 64 221
Hex 90 40 DD

RGB Percentages of Color #9040dd

%33.57
%14.92
%51.52

CMYK Percentages of Color #9040dd

%35
%71
%0
%13

Triadic Colors of #9040dd

#9040dd #dd9040 #40dd90

Analogous Colors of #9040dd

#9040dd #dd40dc #4240dd

Monochromatic Colors of #9040dd

#9040dd

Complementary Color

#9040dd #8ddd40

#9040dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9040dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9040dd Color CSS Codes

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

#9040dd Text Font Color

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

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


#9040dd Background Color

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

This div background color is #9040dd


#9040dd Border Color

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

This div border color is #9040dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9040dd


Comments

No comments written yet.

Please login to write comment.