Color Hex Logo

#5286cf Color Hex

#5286CF
(82,134,207)
0 Favorites   0 Comments

Color spaces of #5286cf

RGB 82134207
HSL0.600.570.57
HSV215°60°81°
CMYK 0.600.350.00   0.19
XYZ23.267323.349062.3120
Yxy23.34900.21360.2144
Hunter Lab48.32081.3894-42.6327
CIE-Lab55.43004.8922-42.8929

#5286cf color RGB value is (82,134,207).

#5286cf hex color red value is 82, green value is 134 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5286cf hue: 0.60 , saturation: 0.57 and the lightness value of 5286cf is 0.57.

The process color (four color CMYK) of #5286cf color hex is 0.60, 0.35, 0.00, 0.19. Web safe color of #5286cf is #6699cc. Color #5286cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000110 11001111
Octal 122 206 317
Decimal 82 134 207
Hex 52 86 CF

RGB Percentages of Color #5286cf

%19.39
%31.68
%48.94

CMYK Percentages of Color #5286cf

%60
%35
%0
%19

Triadic Colors of #5286cf

#5286cf #cf5286 #86cf52

Analogous Colors of #5286cf

#5286cf #5c52cf #52c5cf

Monochromatic Colors of #5286cf

#5286cf

Complementary Color

#5286cf #cf9b52

#5286cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5286cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5286cf Color CSS Codes

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

#5286cf Text Font Color

<p style="color:#5286cf">Text here</p>

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


#5286cf Background Color

<div style="background-color:#5286cf">
Div content here</div>

This div background color is #5286cf


#5286cf Border Color

<div style="border:3px solid #5286cf">
Div here</div>

This div border color is #5286cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,134,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5286cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5286cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5286cf;
  box-shadow:         1px 1px 3px 2px #5286cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5286cf


Comments

No comments written yet.

Please login to write comment.