Color Hex Logo

#517cca Color Hex

#517CCA
(81,124,202)
0 Favorites   0 Comments

Color spaces of #517cca

RGB 81124202
HSL0.610.530.55
HSV219°60°79°
CMYK 0.600.390.00   0.21
XYZ21.261720.428958.6997
Yxy20.42890.21180.2035
Hunter Lab45.19834.8709-45.3619
CIE-Lab52.31879.0446-44.9845

#517cca color RGB value is (81,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111100 11001010
Octal 121 174 312
Decimal 81 124 202
Hex 51 7C CA

RGB Percentages of Color #517cca

%19.90
%30.47
%49.63

CMYK Percentages of Color #517cca

%60
%39
%0
%21

Triadic Colors of #517cca

#517cca #ca517c #7cca51

Analogous Colors of #517cca

#517cca #6351ca #51b9ca

Monochromatic Colors of #517cca

#517cca

Complementary Color

#517cca #ca9f51

#517cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#517cca Color CSS Codes

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

#517cca Text Font Color

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

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


#517cca Background Color

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

This div background color is #517cca


#517cca Border Color

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

This div border color is #517cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517cca


Comments

No comments written yet.

Please login to write comment.