Color Hex Logo

#5073dd Color Hex

#5073DD
(80,115,221)
0 Favorites   0 Comments

Color spaces of #5073dd

RGB 80115221
HSL0.630.670.59
HSV225°64°87°
CMYK 0.640.480.00   0.13
XYZ22.490119.187470.9248
Yxy19.18740.19970.1704
Hunter Lab43.803414.9917-65.3377
CIE-Lab50.905720.8712-58.0161

#5073dd color RGB value is (80,115,221).

#5073dd hex color red value is 80, green value is 115 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5073dd hue: 0.63 , saturation: 0.67 and the lightness value of 5073dd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110011 11011101
Octal 120 163 335
Decimal 80 115 221
Hex 50 73 DD

RGB Percentages of Color #5073dd

%19.23
%27.64
%53.13

CMYK Percentages of Color #5073dd

%64
%48
%0
%13

Triadic Colors of #5073dd

#5073dd #dd5073 #73dd50

Analogous Colors of #5073dd

#5073dd #7450dd #50badd

Monochromatic Colors of #5073dd

#5073dd

Complementary Color

#5073dd #ddba50

#5073dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5073dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5073dd Color CSS Codes

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

#5073dd Text Font Color

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

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


#5073dd Background Color

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

This div background color is #5073dd


#5073dd Border Color

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

This div border color is #5073dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5073dd


Comments

No comments written yet.

Please login to write comment.