Color Hex Logo

#5198dd Color Hex

#5198DD
(81,152,221)
0 Favorites   0 Comments

Color spaces of #5198dd

RGB 81152221
HSL0.580.670.59
HSV210°63°87°
CMYK 0.630.310.00   0.13
XYZ27.672729.426372.6279
Yxy29.42630.21330.2268
Hunter Lab54.2460-3.8717-41.4089
CIE-Lab61.1560-1.1778-41.7199

#5198dd color RGB value is (81,152,221).

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

The process color (four color CMYK) of #5198dd color hex is 0.63, 0.31, 0.00, 0.13. Web safe color of #5198dd is #6699cc. Color #5198dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011000 11011101
Octal 121 230 335
Decimal 81 152 221
Hex 51 98 DD

RGB Percentages of Color #5198dd

%17.84
%33.48
%48.68

CMYK Percentages of Color #5198dd

%63
%31
%0
%13

Triadic Colors of #5198dd

#5198dd #dd5198 #98dd51

Analogous Colors of #5198dd

#5198dd #5152dd #51dddc

Monochromatic Colors of #5198dd

#5198dd

Complementary Color

#5198dd #dd9651

#5198dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5198dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5198dd Color CSS Codes

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

#5198dd Text Font Color

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

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


#5198dd Background Color

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

This div background color is #5198dd


#5198dd Border Color

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

This div border color is #5198dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5198dd


Comments

No comments written yet.

Please login to write comment.