Color Hex Logo

#513fdc Color Hex

#513FDC
(81,63,220)
0 Favorites   0 Comments

Color spaces of #513fdc

RGB 8163220
HSL0.690.690.55
HSV247°71°86°
CMYK 0.630.710.00   0.14
XYZ18.089110.471768.7780
Yxy10.47170.18580.1076
Hunter Lab32.360043.1507-103.3630
CIE-Lab38.676051.9323-77.3346

#513fdc color RGB value is (81,63,220).

#513fdc hex color red value is 81, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #513fdc hue: 0.69 , saturation: 0.69 and the lightness value of 513fdc is 0.55.

The process color (four color CMYK) of #513fdc color hex is 0.63, 0.71, 0.00, 0.14. Web safe color of #513fdc is #6633cc. Color #513fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111111 11011100
Octal 121 77 334
Decimal 81 63 220
Hex 51 3F DC

RGB Percentages of Color #513fdc

%22.25
%17.31
%60.44

CMYK Percentages of Color #513fdc

%63
%71
%0
%14

Triadic Colors of #513fdc

#513fdc #dc513f #3fdc51

Analogous Colors of #513fdc

#513fdc #a03fdc #3f7cdc

Monochromatic Colors of #513fdc

#513fdc

Complementary Color

#513fdc #cadc3f

#513fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#513fdc Color CSS Codes

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

#513fdc Text Font Color

<p style="color:#513fdc">Text here</p>

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


#513fdc Background Color

<div style="background-color:#513fdc">
Div content here</div>

This div background color is #513fdc


#513fdc Border Color

<div style="border:3px solid #513fdc">
Div here</div>

This div border color is #513fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513fdc


Comments

No comments written yet.

Please login to write comment.