Color Hex Logo

#513bce Color Hex

#513BCE
(81,59,206)
0 Favorites   0 Comments

Color spaces of #513bce

RGB 8159206
HSL0.690.600.52
HSV249°71°81°
CMYK 0.610.710.00   0.19
XYZ16.09799.333559.3456
Yxy9.33350.18990.1101
Hunter Lab30.550840.5919-93.7867
CIE-Lab36.618649.8347-72.6484

#513bce color RGB value is (81,59,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111011 11001110
Octal 121 73 316
Decimal 81 59 206
Hex 51 3B CE

RGB Percentages of Color #513bce

%23.41
%17.05
%59.54

CMYK Percentages of Color #513bce

%61
%71
%0
%19

Triadic Colors of #513bce

#513bce #ce513b #3bce51

Analogous Colors of #513bce

#513bce #9b3bce #3b6fce

Monochromatic Colors of #513bce

#513bce

Complementary Color

#513bce #b8ce3b

#513bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#513bce Color CSS Codes

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

#513bce Text Font Color

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

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


#513bce Background Color

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

This div background color is #513bce


#513bce Border Color

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

This div border color is #513bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513bce


Comments

No comments written yet.

Please login to write comment.