Color Hex Logo

#512bdb Color Hex

#512BDB
(81,43,219)
0 Favorites   0 Comments

Color spaces of #512bdb

RGB 8143219
HSL0.700.710.51
HSV253°80°86°
CMYK 0.630.800.00   0.14
XYZ17.04348.591667.7779
Yxy8.59160.18250.0920
Hunter Lab29.311452.4955-116.5804
CIE-Lab35.185861.3241-82.5165

#512bdb color RGB value is (81,43,219).

#512bdb hex color red value is 81, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #512bdb hue: 0.70 , saturation: 0.71 and the lightness value of 512bdb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101011 11011011
Octal 121 53 333
Decimal 81 43 219
Hex 51 2B DB

RGB Percentages of Color #512bdb

%23.62
%12.54
%63.85

CMYK Percentages of Color #512bdb

%63
%80
%0
%14

Triadic Colors of #512bdb

#512bdb #db512b #2bdb51

Analogous Colors of #512bdb

#512bdb #a92bdb #2b5ddb

Monochromatic Colors of #512bdb

#512bdb

Complementary Color

#512bdb #b5db2b

#512bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#512bdb Color CSS Codes

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

#512bdb Text Font Color

<p style="color:#512bdb">Text here</p>

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


#512bdb Background Color

<div style="background-color:#512bdb">
Div content here</div>

This div background color is #512bdb


#512bdb Border Color

<div style="border:3px solid #512bdb">
Div here</div>

This div border color is #512bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,43,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #512bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #512bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #512bdb;
  box-shadow:         1px 1px 3px 2px #512bdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512bdb

#512bdb Color Palettes


Comments

No comments written yet.

Please login to write comment.