Color Hex Logo

#515adc Color Hex

#515ADC
(81,90,220)
0 Favorites   0 Comments

Color spaces of #515adc

RGB 8190220
HSL0.660.670.59
HSV236°63°86°
CMYK 0.630.590.00   0.14
XYZ19.967814.229069.4042
Yxy14.22900.19270.1373
Hunter Lab37.721328.4766-82.6838
CIE-Lab44.559636.2028-67.7098

#515adc color RGB value is (81,90,220).

#515adc hex color red value is 81, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #515adc hue: 0.66 , saturation: 0.67 and the lightness value of 515adc is 0.59.

The process color (four color CMYK) of #515adc color hex is 0.63, 0.59, 0.00, 0.14. Web safe color of #515adc is #6666cc. Color #515adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011010 11011100
Octal 121 132 334
Decimal 81 90 220
Hex 51 5A DC

RGB Percentages of Color #515adc

%20.72
%23.02
%56.27

CMYK Percentages of Color #515adc

%63
%59
%0
%14

Triadic Colors of #515adc

#515adc #dc515a #5adc51

Analogous Colors of #515adc

#515adc #8e51dc #51a0dc

Monochromatic Colors of #515adc

#515adc

Complementary Color

#515adc #dcd351

#515adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#515adc Color CSS Codes

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

#515adc Text Font Color

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

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


#515adc Background Color

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

This div background color is #515adc


#515adc Border Color

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

This div border color is #515adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515adc


Comments

No comments written yet.

Please login to write comment.