Color Hex Logo

#512adf Color Hex

#512ADF
(81,42,223)
0 Favorites   0 Comments

Color spaces of #512adf

RGB 8142223
HSL0.700.740.52
HSV253°81°87°
CMYK 0.640.810.00   0.13
XYZ17.54068.733070.5732
Yxy8.73300.18110.0902
Hunter Lab29.551654.2346-120.9061
CIE-Lab35.465162.8359-84.3510

#512adf color RGB value is (81,42,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101010 11011111
Octal 121 52 337
Decimal 81 42 223
Hex 51 2A DF

RGB Percentages of Color #512adf

%23.41
%12.14
%64.45

CMYK Percentages of Color #512adf

%64
%81
%0
%13

Triadic Colors of #512adf

#512adf #df512a #2adf51

Analogous Colors of #512adf

#512adf #ac2adf #2a5ddf

Monochromatic Colors of #512adf

#512adf

Complementary Color

#512adf #b8df2a

#512adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#512adf Color CSS Codes

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

#512adf Text Font Color

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

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


#512adf Background Color

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

This div background color is #512adf


#512adf Border Color

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

This div border color is #512adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512adf


Comments

No comments written yet.

Please login to write comment.