Color Hex Logo

#515cad Color Hex

#515CAD
(81,92,173)
0 Favorites   0 Comments

Color spaces of #515cad

RGB 8192173
HSL0.650.360.50
HSV233°53°68°
CMYK 0.530.470.00   0.32
XYZ14.763312.420841.1545
Yxy12.42080.21600.1818
Hunter Lab35.243213.0978-44.5645
CIE-Lab41.877219.3017-44.8163

#515cad color RGB value is (81,92,173).

#515cad hex color red value is 81, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #515cad hue: 0.65 , saturation: 0.36 and the lightness value of 515cad is 0.50.

The process color (four color CMYK) of #515cad color hex is 0.53, 0.47, 0.00, 0.32. Web safe color of #515cad is #666699. Color #515cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011100 10101101
Octal 121 134 255
Decimal 81 92 173
Hex 51 5C AD

RGB Percentages of Color #515cad

%23.41
%26.59
%50.00

CMYK Percentages of Color #515cad

%53
%47
%0
%32

Triadic Colors of #515cad

#515cad #ad515c #5cad51

Analogous Colors of #515cad

#515cad #7451ad #518aad

Monochromatic Colors of #515cad

#515cad

Complementary Color

#515cad #ada251

#515cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#515cad Color CSS Codes

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

#515cad Text Font Color

<p style="color:#515cad">Text here</p>

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


#515cad Background Color

<div style="background-color:#515cad">
Div content here</div>

This div background color is #515cad


#515cad Border Color

<div style="border:3px solid #515cad">
Div here</div>

This div border color is #515cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,92,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #515cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #515cad;
  -webkit-box-shadow: 1px 1px 3px 2px #515cad;
  box-shadow:         1px 1px 3px 2px #515cad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515cad


Comments

No comments written yet.

Please login to write comment.