Color Hex Logo

#512efb Color Hex

#512EFB
(81,46,251)
0 Favorites   0 Comments

Color spaces of #512efb

RGB 8146251
HSL0.700.960.58
HSV250°82°98°
CMYK 0.680.820.00   0.02
XYZ21.782910.668492.1779
Yxy10.66840.17480.0856
Hunter Lab32.662561.8837-144.4604
CIE-Lab39.016368.8429-94.3434

#512efb color RGB value is (81,46,251).

#512efb hex color red value is 81, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #512efb hue: 0.70 , saturation: 0.96 and the lightness value of 512efb is 0.58.

The process color (four color CMYK) of #512efb color hex is 0.68, 0.82, 0.00, 0.02. Web safe color of #512efb is #6633ff. Color #512efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101110 11111011
Octal 121 56 373
Decimal 81 46 251
Hex 51 2E FB

RGB Percentages of Color #512efb

%21.43
%12.17
%66.40

CMYK Percentages of Color #512efb

%68
%82
%0
%2

Triadic Colors of #512efb

#512efb #fb512e #2efb51

Analogous Colors of #512efb

#512efb #b82efb #2e72fb

Monochromatic Colors of #512efb

#512efb

Complementary Color

#512efb #d8fb2e

#512efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#512efb Color CSS Codes

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

#512efb Text Font Color

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

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


#512efb Background Color

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

This div background color is #512efb


#512efb Border Color

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

This div border color is #512efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512efb


Comments

No comments written yet.

Please login to write comment.