Color Hex Logo

#512cdd Color Hex

#512CDD
(81,44,221)
0 Favorites   0 Comments

Color spaces of #512cdd

RGB 8144221
HSL0.700.720.52
HSV253°80°87°
CMYK 0.630.800.00   0.13
XYZ17.34528.771269.1854
Yxy8.77120.18200.0920
Hunter Lab29.616252.7130-117.7740
CIE-Lab35.540061.4519-83.0797

#512cdd color RGB value is (81,44,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101100 11011101
Octal 121 54 335
Decimal 81 44 221
Hex 51 2C DD

RGB Percentages of Color #512cdd

%23.41
%12.72
%63.87

CMYK Percentages of Color #512cdd

%63
%80
%0
%13

Triadic Colors of #512cdd

#512cdd #dd512c #2cdd51

Analogous Colors of #512cdd

#512cdd #aa2cdd #2c60dd

Monochromatic Colors of #512cdd

#512cdd

Complementary Color

#512cdd #b8dd2c

#512cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#512cdd Color CSS Codes

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

#512cdd Text Font Color

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

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


#512cdd Background Color

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

This div background color is #512cdd


#512cdd Border Color

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

This div border color is #512cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512cdd


Comments

No comments written yet.

Please login to write comment.