Color Hex Logo

#5f82dc Color Hex

#5F82DC
(95,130,220)
0 Favorites   0 Comments

Color spaces of #5f82dc

RGB 95130220
HSL0.620.640.62
HSV223°57°86°
CMYK 0.570.410.00   0.14
XYZ25.620223.565570.9084
Yxy23.56550.21330.1962
Hunter Lab48.54439.2543-52.6236
CIE-Lab55.650114.1501-49.8228

#5f82dc color RGB value is (95,130,220).

#5f82dc hex color red value is 95, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5f82dc hue: 0.62 , saturation: 0.64 and the lightness value of 5f82dc is 0.62.

The process color (four color CMYK) of #5f82dc color hex is 0.57, 0.41, 0.00, 0.14. Web safe color of #5f82dc is #6699cc. Color #5f82dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10000010 11011100
Octal 137 202 334
Decimal 95 130 220
Hex 5F 82 DC

RGB Percentages of Color #5f82dc

%21.35
%29.21
%49.44

CMYK Percentages of Color #5f82dc

%57
%41
%0
%14

Triadic Colors of #5f82dc

#5f82dc #dc5f82 #82dc5f

Analogous Colors of #5f82dc

#5f82dc #7b5fdc #5fc1dc

Monochromatic Colors of #5f82dc

#5f82dc

Complementary Color

#5f82dc #dcb95f

#5f82dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f82dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f82dc Color CSS Codes

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

#5f82dc Text Font Color

<p style="color:#5f82dc">Text here</p>

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


#5f82dc Background Color

<div style="background-color:#5f82dc">
Div content here</div>

This div background color is #5f82dc


#5f82dc Border Color

<div style="border:3px solid #5f82dc">
Div here</div>

This div border color is #5f82dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,130,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f82dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f82dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5f82dc;
  box-shadow:         1px 1px 3px 2px #5f82dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,130,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f82dc


Comments

No comments written yet.

Please login to write comment.