Color Hex Logo

#5031dd Color Hex

#5031DD
(80,49,221)
0 Favorites   0 Comments

Color spaces of #5031dd

RGB 8049221
HSL0.700.720.53
HSV251°78°87°
CMYK 0.640.780.00   0.13
XYZ17.45779.122669.2473
Yxy9.12260.18220.0952
Hunter Lab30.203650.3166-114.7905
CIE-Lab36.219359.1358-81.9598

#5031dd color RGB value is (80,49,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110001 11011101
Octal 120 61 335
Decimal 80 49 221
Hex 50 31 DD

RGB Percentages of Color #5031dd

%22.86
%14.00
%63.14

CMYK Percentages of Color #5031dd

%64
%78
%0
%13

Triadic Colors of #5031dd

#5031dd #dd5031 #31dd50

Analogous Colors of #5031dd

#5031dd #a631dd #3168dd

Monochromatic Colors of #5031dd

#5031dd

Complementary Color

#5031dd #bedd31

#5031dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5031dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5031dd Color CSS Codes

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

#5031dd Text Font Color

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

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


#5031dd Background Color

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

This div background color is #5031dd


#5031dd Border Color

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

This div border color is #5031dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5031dd


Comments

No comments written yet.

Please login to write comment.