Color Hex Logo

#5190ce Color Hex

#5190CE
(81,144,206)
0 Favorites   0 Comments

Color spaces of #5190ce

RGB 81144206
HSL0.580.560.56
HSV210°61°81°
CMYK 0.610.300.00   0.19
XYZ24.507226.152162.1487
Yxy26.15210.21720.2318
Hunter Lab51.1391-3.9516-36.2570
CIE-Lab58.1811-1.5061-38.0044

#5190ce color RGB value is (81,144,206).

#5190ce hex color red value is 81, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5190ce hue: 0.58 , saturation: 0.56 and the lightness value of 5190ce is 0.56.

The process color (four color CMYK) of #5190ce color hex is 0.61, 0.30, 0.00, 0.19. Web safe color of #5190ce is #6699cc. Color #5190ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010000 11001110
Octal 121 220 316
Decimal 81 144 206
Hex 51 90 CE

RGB Percentages of Color #5190ce

%18.79
%33.41
%47.80

CMYK Percentages of Color #5190ce

%61
%30
%0
%19

Triadic Colors of #5190ce

#5190ce #ce5190 #90ce51

Analogous Colors of #5190ce

#5190ce #5151ce #51cece

Monochromatic Colors of #5190ce

#5190ce

Complementary Color

#5190ce #ce8f51

#5190ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5190ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5190ce Color CSS Codes

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

#5190ce Text Font Color

<p style="color:#5190ce">Text here</p>

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


#5190ce Background Color

<div style="background-color:#5190ce">
Div content here</div>

This div background color is #5190ce


#5190ce Border Color

<div style="border:3px solid #5190ce">
Div here</div>

This div border color is #5190ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,144,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5190ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5190ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5190ce;
  box-shadow:         1px 1px 3px 2px #5190ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5190ce


Comments

No comments written yet.

Please login to write comment.