Color Hex Logo

#517bcf Color Hex

#517BCF
(81,123,207)
0 Favorites   0 Comments

Color spaces of #517bcf

RGB 81123207
HSL0.610.570.56
HSV220°61°81°
CMYK 0.610.410.00   0.19
XYZ21.738820.420261.8272
Yxy20.42020.20910.1964
Hunter Lab45.18876.7902-49.4885
CIE-Lab52.309011.3399-47.8422

#517bcf color RGB value is (81,123,207).

#517bcf hex color red value is 81, green value is 123 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #517bcf hue: 0.61 , saturation: 0.57 and the lightness value of 517bcf is 0.56.

The process color (four color CMYK) of #517bcf color hex is 0.61, 0.41, 0.00, 0.19. Web safe color of #517bcf is #6666cc. Color #517bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111011 11001111
Octal 121 173 317
Decimal 81 123 207
Hex 51 7B CF

RGB Percentages of Color #517bcf

%19.71
%29.93
%50.36

CMYK Percentages of Color #517bcf

%61
%41
%0
%19

Triadic Colors of #517bcf

#517bcf #cf517b #7bcf51

Analogous Colors of #517bcf

#517bcf #6651cf #51bacf

Monochromatic Colors of #517bcf

#517bcf

Complementary Color

#517bcf #cfa551

#517bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#517bcf Color CSS Codes

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

#517bcf Text Font Color

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

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


#517bcf Background Color

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

This div background color is #517bcf


#517bcf Border Color

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

This div border color is #517bcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,123,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 #517bcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517bcf


Comments

No comments written yet.

Please login to write comment.