Color Hex Logo

#512bdc Color Hex

#512BDC
(81,43,220)
0 Favorites   0 Comments

Color spaces of #512bdc

RGB 8143220
HSL0.700.720.52
HSV253°80°86°
CMYK 0.630.800.00   0.14
XYZ17.17558.644468.4734
Yxy8.64440.18210.0917
Hunter Lab29.401452.8226-117.5007
CIE-Lab35.290461.5997-82.9182

#512bdc color RGB value is (81,43,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101011 11011100
Octal 121 53 334
Decimal 81 43 220
Hex 51 2B DC

RGB Percentages of Color #512bdc

%23.55
%12.50
%63.95

CMYK Percentages of Color #512bdc

%63
%80
%0
%14

Triadic Colors of #512bdc

#512bdc #dc512b #2bdc51

Analogous Colors of #512bdc

#512bdc #aa2bdc #2b5edc

Monochromatic Colors of #512bdc

#512bdc

Complementary Color

#512bdc #b6dc2b

#512bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#512bdc Color CSS Codes

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

#512bdc Text Font Color

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

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


#512bdc Background Color

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

This div background color is #512bdc


#512bdc Border Color

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

This div border color is #512bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512bdc


Comments

No comments written yet.

Please login to write comment.