Color Hex Logo

#5379dd Color Hex

#5379DD
(83,121,221)
0 Favorites   0 Comments

Color spaces of #5379dd

RGB 83121221
HSL0.620.670.60
HSV223°62°87°
CMYK 0.620.450.00   0.13
XYZ23.455820.734271.1725
Yxy20.73420.20330.1797
Hunter Lab45.534812.2626-60.7979
CIE-Lab52.657417.6857-55.1977

#5379dd color RGB value is (83,121,221).

#5379dd hex color red value is 83, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5379dd hue: 0.62 , saturation: 0.67 and the lightness value of 5379dd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111001 11011101
Octal 123 171 335
Decimal 83 121 221
Hex 53 79 DD

RGB Percentages of Color #5379dd

%19.53
%28.47
%52.00

CMYK Percentages of Color #5379dd

%62
%45
%0
%13

Triadic Colors of #5379dd

#5379dd #dd5379 #79dd53

Analogous Colors of #5379dd

#5379dd #7253dd #53bedd

Monochromatic Colors of #5379dd

#5379dd

Complementary Color

#5379dd #ddb753

#5379dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5379dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5379dd Color CSS Codes

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

#5379dd Text Font Color

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

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


#5379dd Background Color

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

This div background color is #5379dd


#5379dd Border Color

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

This div border color is #5379dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5379dd


Comments

No comments written yet.

Please login to write comment.