Color Hex Logo

#512dde Color Hex

#512DDE
(81,45,222)
0 Favorites   0 Comments

Color spaces of #512dde

RGB 8145222
HSL0.700.730.52
HSV252°80°87°
CMYK 0.640.800.00   0.13
XYZ17.51658.900069.9019
Yxy8.90000.18190.0924
Hunter Lab29.832952.5995-118.0404
CIE-Lab35.791061.3003-83.2384

#512dde color RGB value is (81,45,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101101 11011110
Octal 121 55 336
Decimal 81 45 222
Hex 51 2D DE

RGB Percentages of Color #512dde

%23.28
%12.93
%63.79

CMYK Percentages of Color #512dde

%64
%80
%0
%13

Triadic Colors of #512dde

#512dde #de512d #2dde51

Analogous Colors of #512dde

#512dde #aa2dde #2d62de

Monochromatic Colors of #512dde

#512dde

Complementary Color

#512dde #bade2d

#512dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#512dde Color CSS Codes

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

#512dde Text Font Color

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

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


#512dde Background Color

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

This div background color is #512dde


#512dde Border Color

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

This div border color is #512dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512dde


Comments

No comments written yet.

Please login to write comment.