Color Hex Logo

#5275cc Color Hex

#5275CC
(82,117,204)
0 Favorites   0 Comments

Color spaces of #5275cc

RGB 82117204
HSL0.620.540.56
HSV223°60°80°
CMYK 0.600.430.00   0.20
XYZ20.740018.876159.6771
Yxy18.87610.20890.1901
Hunter Lab43.44669.1784-51.0265
CIE-Lab50.541914.2000-48.9463

#5275cc color RGB value is (82,117,204).

#5275cc hex color red value is 82, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5275cc hue: 0.62 , saturation: 0.54 and the lightness value of 5275cc is 0.56.

The process color (four color CMYK) of #5275cc color hex is 0.60, 0.43, 0.00, 0.20. Web safe color of #5275cc is #6666cc. Color #5275cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110101 11001100
Octal 122 165 314
Decimal 82 117 204
Hex 52 75 CC

RGB Percentages of Color #5275cc

%20.35
%29.03
%50.62

CMYK Percentages of Color #5275cc

%60
%43
%0
%20

Triadic Colors of #5275cc

#5275cc #cc5275 #75cc52

Analogous Colors of #5275cc

#5275cc #6c52cc #52b2cc

Monochromatic Colors of #5275cc

#5275cc

Complementary Color

#5275cc #cca952

#5275cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5275cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5275cc Color CSS Codes

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

#5275cc Text Font Color

<p style="color:#5275cc">Text here</p>

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


#5275cc Background Color

<div style="background-color:#5275cc">
Div content here</div>

This div background color is #5275cc


#5275cc Border Color

<div style="border:3px solid #5275cc">
Div here</div>

This div border color is #5275cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,117,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5275cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5275cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5275cc;
  box-shadow:         1px 1px 3px 2px #5275cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5275cc


Comments

No comments written yet.

Please login to write comment.