Color Hex Logo

#513dcc Color Hex

#513DCC
(81,61,204)
0 Favorites   0 Comments

Color spaces of #513dcc

RGB 8161204
HSL0.690.580.52
HSV248°70°80°
CMYK 0.600.700.00   0.20
XYZ15.96129.446558.1088
Yxy9.44650.19110.1131
Hunter Lab30.735238.9110-90.5808
CIE-Lab36.830148.1378-71.1409

#513dcc color RGB value is (81,61,204).

#513dcc hex color red value is 81, green value is 61 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #513dcc hue: 0.69 , saturation: 0.58 and the lightness value of 513dcc is 0.52.

The process color (four color CMYK) of #513dcc color hex is 0.60, 0.70, 0.00, 0.20. Web safe color of #513dcc is #6633cc. Color #513dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111101 11001100
Octal 121 75 314
Decimal 81 61 204
Hex 51 3D CC

RGB Percentages of Color #513dcc

%23.41
%17.63
%58.96

CMYK Percentages of Color #513dcc

%60
%70
%0
%20

Triadic Colors of #513dcc

#513dcc #cc513d #3dcc51

Analogous Colors of #513dcc

#513dcc #993dcc #3d71cc

Monochromatic Colors of #513dcc

#513dcc

Complementary Color

#513dcc #b8cc3d

#513dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#513dcc Color CSS Codes

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

#513dcc Text Font Color

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

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


#513dcc Background Color

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

This div background color is #513dcc


#513dcc Border Color

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

This div border color is #513dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513dcc


Comments

No comments written yet.

Please login to write comment.