Color Hex Logo

#512dbf Color Hex

#512DBF
(81,45,191)
0 Favorites   0 Comments

Color spaces of #512dbf

RGB 8145191
HSL0.710.620.46
HSV255°76°75°
CMYK 0.580.760.00   0.25
XYZ13.73577.387749.9922
Yxy7.38770.19310.1039
Hunter Lab27.180342.6402-90.0246
CIE-Lab32.673752.5856-70.3720

#512dbf color RGB value is (81,45,191).

#512dbf hex color red value is 81, green value is 45 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #512dbf hue: 0.71 , saturation: 0.62 and the lightness value of 512dbf is 0.46.

The process color (four color CMYK) of #512dbf color hex is 0.58, 0.76, 0.00, 0.25. Web safe color of #512dbf is #6633cc. Color #512dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101101 10111111
Octal 121 55 277
Decimal 81 45 191
Hex 51 2D BF

RGB Percentages of Color #512dbf

%25.55
%14.20
%60.25

CMYK Percentages of Color #512dbf

%58
%76
%0
%25

Triadic Colors of #512dbf

#512dbf #bf512d #2dbf51

Analogous Colors of #512dbf

#512dbf #9a2dbf #2d52bf

Monochromatic Colors of #512dbf

#512dbf

Complementary Color

#512dbf #9bbf2d

#512dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#512dbf Color CSS Codes

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

#512dbf Text Font Color

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

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


#512dbf Background Color

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

This div background color is #512dbf


#512dbf Border Color

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

This div border color is #512dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512dbf


Comments

No comments written yet.

Please login to write comment.