Color Hex Logo

#5199dc Color Hex

#5199DC
(81,153,220)
0 Favorites   0 Comments

Color spaces of #5199dc

RGB 81153220
HSL0.580.670.59
HSV209°63°86°
CMYK 0.630.300.00   0.14
XYZ27.702829.699171.9826
Yxy29.69910.21410.2295
Hunter Lab54.4969-4.6313-40.1658
CIE-Lab61.3937-2.0823-40.7910

#5199dc color RGB value is (81,153,220).

#5199dc hex color red value is 81, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5199dc hue: 0.58 , saturation: 0.67 and the lightness value of 5199dc is 0.59.

The process color (four color CMYK) of #5199dc color hex is 0.63, 0.30, 0.00, 0.14. Web safe color of #5199dc is #6699cc. Color #5199dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011001 11011100
Octal 121 231 334
Decimal 81 153 220
Hex 51 99 DC

RGB Percentages of Color #5199dc

%17.84
%33.70
%48.46

CMYK Percentages of Color #5199dc

%63
%30
%0
%14

Triadic Colors of #5199dc

#5199dc #dc5199 #99dc51

Analogous Colors of #5199dc

#5199dc #5153dc #51dcda

Monochromatic Colors of #5199dc

#5199dc

Complementary Color

#5199dc #dc9451

#5199dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5199dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5199dc Color CSS Codes

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

#5199dc Text Font Color

<p style="color:#5199dc">Text here</p>

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


#5199dc Background Color

<div style="background-color:#5199dc">
Div content here</div>

This div background color is #5199dc


#5199dc Border Color

<div style="border:3px solid #5199dc">
Div here</div>

This div border color is #5199dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,153,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5199dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5199dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5199dc;
  box-shadow:         1px 1px 3px 2px #5199dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,153,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5199dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5199dc


Comments

No comments written yet.

Please login to write comment.