Color Hex Logo

#517ccb Color Hex

#517CCB
(81,124,203)
0 Favorites   0 Comments

Color spaces of #517ccb

RGB 81124203
HSL0.610.540.56
HSV219°60°80°
CMYK 0.600.390.00   0.20
XYZ21.380520.476459.3254
Yxy20.47640.21130.2024
Hunter Lab45.25095.1502-46.0556
CIE-Lab52.37169.3808-45.4696

#517ccb color RGB value is (81,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111100 11001011
Octal 121 174 313
Decimal 81 124 203
Hex 51 7C CB

RGB Percentages of Color #517ccb

%19.85
%30.39
%49.75

CMYK Percentages of Color #517ccb

%60
%39
%0
%20

Triadic Colors of #517ccb

#517ccb #cb517c #7ccb51

Analogous Colors of #517ccb

#517ccb #6351cb #51b9cb

Monochromatic Colors of #517ccb

#517ccb

Complementary Color

#517ccb #cba051

#517ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#517ccb Color CSS Codes

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

#517ccb Text Font Color

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

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


#517ccb Background Color

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

This div background color is #517ccb


#517ccb Border Color

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

This div border color is #517ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517ccb


Comments

No comments written yet.

Please login to write comment.