Color Hex Logo

#5186ca Color Hex

#5186CA
(81,134,202)
0 Favorites   0 Comments

Color spaces of #5186ca

RGB 81134202
HSL0.590.530.55
HSV214°60°79°
CMYK 0.600.340.00   0.21
XYZ22.579123.063859.1388
Yxy23.06380.21550.2201
Hunter Lab48.0248-0.1207-39.3937
CIE-Lab55.13803.0362-40.5285

#5186ca color RGB value is (81,134,202).

#5186ca hex color red value is 81, green value is 134 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5186ca hue: 0.59 , saturation: 0.53 and the lightness value of 5186ca is 0.55.

The process color (four color CMYK) of #5186ca color hex is 0.60, 0.34, 0.00, 0.21. Web safe color of #5186ca is #6699cc. Color #5186ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000110 11001010
Octal 121 206 312
Decimal 81 134 202
Hex 51 86 CA

RGB Percentages of Color #5186ca

%19.42
%32.13
%48.44

CMYK Percentages of Color #5186ca

%60
%34
%0
%21

Triadic Colors of #5186ca

#5186ca #ca5186 #86ca51

Analogous Colors of #5186ca

#5186ca #5951ca #51c3ca

Monochromatic Colors of #5186ca

#5186ca

Complementary Color

#5186ca #ca9551

#5186ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5186ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5186ca Color CSS Codes

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

#5186ca Text Font Color

<p style="color:#5186ca">Text here</p>

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


#5186ca Background Color

<div style="background-color:#5186ca">
Div content here</div>

This div background color is #5186ca


#5186ca Border Color

<div style="border:3px solid #5186ca">
Div here</div>

This div border color is #5186ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,134,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5186ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5186ca;
  -webkit-box-shadow: 1px 1px 3px 2px #5186ca;
  box-shadow:         1px 1px 3px 2px #5186ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5186ca

#5186ca Color Palettes


Comments

No comments written yet.

Please login to write comment.