Color Hex Logo

#512def Color Hex

#512DEF
(81,45,239)
0 Favorites   0 Comments

Color spaces of #512def

RGB 8145239
HSL0.700.860.56
HSV251°81°94°
CMYK 0.660.810.00   0.06
XYZ19.91179.858182.5147
Yxy9.85810.17730.0878
Hunter Lab31.397658.2551-133.8391
CIE-Lab37.586565.9804-89.9516

#512def color RGB value is (81,45,239).

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

The process color (four color CMYK) of #512def color hex is 0.66, 0.81, 0.00, 0.06. Web safe color of #512def is #6633ff. Color #512def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101101 11101111
Octal 121 55 357
Decimal 81 45 239
Hex 51 2D EF

RGB Percentages of Color #512def

%22.19
%12.33
%65.48

CMYK Percentages of Color #512def

%66
%81
%0
%6

Triadic Colors of #512def

#512def #ef512d #2def51

Analogous Colors of #512def

#512def #b22def #2d6aef

Monochromatic Colors of #512def

#512def

Complementary Color

#512def #cbef2d

#512def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512def Color Preview on White Background

Lorem ipsum dolor sit amet.

#512def Color CSS Codes

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

#512def Text Font Color

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

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


#512def Background Color

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

This div background color is #512def


#512def Border Color

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

This div border color is #512def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512def


Comments

No comments written yet.

Please login to write comment.