Color Hex Logo

#5275be Color Hex

#5275BE
(82,117,190)
0 Favorites   0 Comments

Color spaces of #5275be

RGB 82117190
HSL0.610.450.53
HSV221°57°75°
CMYK 0.570.380.00   0.25
XYZ19.135218.234151.2262
Yxy18.23410.21600.2058
Hunter Lab42.70145.2613-41.2355
CIE-Lab49.77889.5160-42.1397

#5275be color RGB value is (82,117,190).

#5275be hex color red value is 82, green value is 117 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5275be hue: 0.61 , saturation: 0.45 and the lightness value of 5275be is 0.53.

The process color (four color CMYK) of #5275be color hex is 0.57, 0.38, 0.00, 0.25. Web safe color of #5275be is #6666cc. Color #5275be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110101 10111110
Octal 122 165 276
Decimal 82 117 190
Hex 52 75 BE

RGB Percentages of Color #5275be

%21.08
%30.08
%48.84

CMYK Percentages of Color #5275be

%57
%38
%0
%25

Triadic Colors of #5275be

#5275be #be5275 #75be52

Analogous Colors of #5275be

#5275be #6552be #52abbe

Monochromatic Colors of #5275be

#5275be

Complementary Color

#5275be #be9b52

#5275be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5275be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5275be Color CSS Codes

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

#5275be Text Font Color

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

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


#5275be Background Color

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

This div background color is #5275be


#5275be Border Color

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

This div border color is #5275be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5275be


Comments

No comments written yet.

Please login to write comment.