Color Hex Logo

#517bed Color Hex

#517BED
(81,123,237)
0 Favorites   0 Comments

Color spaces of #517bed

RGB 81123237
HSL0.620.810.62
HSV224°66°93°
CMYK 0.660.480.00   0.07
XYZ25.762422.029783.0151
Yxy22.02970.19690.1684
Hunter Lab46.935815.8385-72.0108
CIE-Lab54.058521.6069-61.9195

#517bed color RGB value is (81,123,237).

#517bed hex color red value is 81, green value is 123 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #517bed hue: 0.62 , saturation: 0.81 and the lightness value of 517bed is 0.62.

The process color (four color CMYK) of #517bed color hex is 0.66, 0.48, 0.00, 0.07. Web safe color of #517bed is #6666ff. Color #517bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111011 11101101
Octal 121 173 355
Decimal 81 123 237
Hex 51 7B ED

RGB Percentages of Color #517bed

%18.37
%27.89
%53.74

CMYK Percentages of Color #517bed

%66
%48
%0
%7

Triadic Colors of #517bed

#517bed #ed517b #7bed51

Analogous Colors of #517bed

#517bed #7551ed #51c9ed

Monochromatic Colors of #517bed

#517bed

Complementary Color

#517bed #edc351

#517bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#517bed Color CSS Codes

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

#517bed Text Font Color

<p style="color:#517bed">Text here</p>

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


#517bed Background Color

<div style="background-color:#517bed">
Div content here</div>

This div background color is #517bed


#517bed Border Color

<div style="border:3px solid #517bed">
Div here</div>

This div border color is #517bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,123,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #517bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #517bed;
  -webkit-box-shadow: 1px 1px 3px 2px #517bed;
  box-shadow:         1px 1px 3px 2px #517bed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517bed


Comments

No comments written yet.

Please login to write comment.