Color Hex Logo

#5009dd Color Hex

#5009DD
(80,9,221)
0 Favorites   0 Comments

Color spaces of #5009dd

RGB 809221
HSL0.720.920.45
HSV260°96°87°
CMYK 0.640.960.00   0.13
XYZ16.45717.121368.9138
Yxy7.12130.17790.0770
Hunter Lab26.685863.3808-134.4315
CIE-Lab32.081571.4339-88.8174

#5009dd color RGB value is (80,9,221).

#5009dd hex color red value is 80, green value is 9 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5009dd hue: 0.72 , saturation: 0.92 and the lightness value of 5009dd is 0.45.

The process color (four color CMYK) of #5009dd color hex is 0.64, 0.96, 0.00, 0.13. Web safe color of #5009dd is #6600cc. Color #5009dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001001 11011101
Octal 120 11 335
Decimal 80 9 221
Hex 50 9 DD

RGB Percentages of Color #5009dd

%25.81
%2.90
%71.29

CMYK Percentages of Color #5009dd

%64
%96
%0
%13

Triadic Colors of #5009dd

#5009dd #dd5009 #09dd50

Analogous Colors of #5009dd

#5009dd #ba09dd #092cdd

Monochromatic Colors of #5009dd

#5009dd

Complementary Color

#5009dd #96dd09

#5009dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5009dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5009dd Color CSS Codes

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

#5009dd Text Font Color

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

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


#5009dd Background Color

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

This div background color is #5009dd


#5009dd Border Color

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

This div border color is #5009dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5009dd


Comments

No comments written yet.

Please login to write comment.