Color Hex Logo

#512ada Color Hex

#512ADA
(81,42,218)
0 Favorites   0 Comments

Color spaces of #512ada

RGB 8142218
HSL0.700.700.51
HSV253°81°85°
CMYK 0.630.810.00   0.15
XYZ16.87628.467267.0745
Yxy8.46720.18260.0916
Hunter Lab29.098552.6022-116.2998
CIE-Lab34.937561.4691-82.3517

#512ada color RGB value is (81,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101010 11011010
Octal 121 52 332
Decimal 81 42 218
Hex 51 2A DA

RGB Percentages of Color #512ada

%23.75
%12.32
%63.93

CMYK Percentages of Color #512ada

%63
%81
%0
%15

Triadic Colors of #512ada

#512ada #da512a #2ada51

Analogous Colors of #512ada

#512ada #a92ada #2a5bda

Monochromatic Colors of #512ada

#512ada

Complementary Color

#512ada #b3da2a

#512ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#512ada Color CSS Codes

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

#512ada Text Font Color

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

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


#512ada Background Color

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

This div background color is #512ada


#512ada Border Color

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

This div border color is #512ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512ada


Comments

No comments written yet.

Please login to write comment.