Color Hex Logo

#512fbc Color Hex

#512FBC
(81,47,188)
0 Favorites   0 Comments

Color spaces of #512fbc

RGB 8147188
HSL0.710.600.46
HSV254°75°74°
CMYK 0.570.750.00   0.26
XYZ13.48707.413248.2970
Yxy7.41320.19490.1071
Hunter Lab27.227240.7725-86.1126
CIE-Lab32.729650.7513-68.5115

#512fbc color RGB value is (81,47,188).

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

The process color (four color CMYK) of #512fbc color hex is 0.57, 0.75, 0.00, 0.26. Web safe color of #512fbc is #6633cc. Color #512fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101111 10111100
Octal 121 57 274
Decimal 81 47 188
Hex 51 2F BC

RGB Percentages of Color #512fbc

%25.63
%14.87
%59.49

CMYK Percentages of Color #512fbc

%57
%75
%0
%26

Triadic Colors of #512fbc

#512fbc #bc512f #2fbc51

Analogous Colors of #512fbc

#512fbc #982fbc #2f54bc

Monochromatic Colors of #512fbc

#512fbc

Complementary Color

#512fbc #9abc2f

#512fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#512fbc Color CSS Codes

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

#512fbc Text Font Color

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

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


#512fbc Background Color

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

This div background color is #512fbc


#512fbc Border Color

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

This div border color is #512fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512fbc


Comments

No comments written yet.

Please login to write comment.