Color Hex Logo

#513ceb Color Hex

#513CEB
(81,60,235)
1 Favorites   0 Comments

Color spaces of #513ceb

RGB 8160235
HSL0.690.810.58
HSV247°74°92°
CMYK 0.660.740.00   0.08
XYZ20.004610.979279.6621
Yxy10.97920.18080.0992
Hunter Lab33.134949.7802-119.3492
CIE-Lab39.545457.9980-84.4483

#513ceb color RGB value is (81,60,235).

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

The process color (four color CMYK) of #513ceb color hex is 0.66, 0.74, 0.00, 0.08. Web safe color of #513ceb is #6633ff. Color #513ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111100 11101011
Octal 121 74 353
Decimal 81 60 235
Hex 51 3C EB

RGB Percentages of Color #513ceb

%21.54
%15.96
%62.50

CMYK Percentages of Color #513ceb

%66
%74
%0
%8

Triadic Colors of #513ceb

#513ceb #eb513c #3ceb51

Analogous Colors of #513ceb

#513ceb #a93ceb #3c7feb

Monochromatic Colors of #513ceb

#513ceb

Complementary Color

#513ceb #d6eb3c

#513ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#513ceb Color CSS Codes

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

#513ceb Text Font Color

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

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


#513ceb Background Color

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

This div background color is #513ceb


#513ceb Border Color

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

This div border color is #513ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513ceb


Comments

No comments written yet.

Please login to write comment.