Color Hex Logo

#511ddc Color Hex

#511DDC
(81,29,220)
0 Favorites   0 Comments

Color spaces of #511ddc

RGB 8129220
HSL0.710.770.49
HSV256°87°86°
CMYK 0.630.870.00   0.14
XYZ16.75107.795468.3319
Yxy7.79540.18040.0839
Hunter Lab27.920258.2322-125.5620
CIE-Lab33.553166.7398-85.7954

#511ddc color RGB value is (81,29,220).

#511ddc hex color red value is 81, green value is 29 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #511ddc hue: 0.71 , saturation: 0.77 and the lightness value of 511ddc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011101 11011100
Octal 121 35 334
Decimal 81 29 220
Hex 51 1D DC

RGB Percentages of Color #511ddc

%24.55
%8.79
%66.67

CMYK Percentages of Color #511ddc

%63
%87
%0
%14

Triadic Colors of #511ddc

#511ddc #dc511d #1ddc51

Analogous Colors of #511ddc

#511ddc #b11ddc #1d49dc

Monochromatic Colors of #511ddc

#511ddc

Complementary Color

#511ddc #a8dc1d

#511ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#511ddc Color CSS Codes

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

#511ddc Text Font Color

<p style="color:#511ddc">Text here</p>

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


#511ddc Background Color

<div style="background-color:#511ddc">
Div content here</div>

This div background color is #511ddc


#511ddc Border Color

<div style="border:3px solid #511ddc">
Div here</div>

This div border color is #511ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511ddc


Comments

No comments written yet.

Please login to write comment.