Color Hex Logo

#512bbe Color Hex

#512BBE
(81,43,190)
0 Favorites   0 Comments

Color spaces of #512bbe

RGB 8143190
HSL0.710.630.46
HSV256°77°75°
CMYK 0.570.770.00   0.25
XYZ13.55157.194849.3897
Yxy7.19480.19320.1026
Hunter Lab26.823143.2408-90.3951
CIE-Lab32.246353.2496-70.4866

#512bbe color RGB value is (81,43,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101011 10111110
Octal 121 53 276
Decimal 81 43 190
Hex 51 2B BE

RGB Percentages of Color #512bbe

%25.80
%13.69
%60.51

CMYK Percentages of Color #512bbe

%57
%77
%0
%25

Triadic Colors of #512bbe

#512bbe #be512b #2bbe51

Analogous Colors of #512bbe

#512bbe #9b2bbe #2b4fbe

Monochromatic Colors of #512bbe

#512bbe

Complementary Color

#512bbe #98be2b

#512bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#512bbe Color CSS Codes

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

#512bbe Text Font Color

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

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


#512bbe Background Color

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

This div background color is #512bbe


#512bbe Border Color

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

This div border color is #512bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512bbe


Comments

No comments written yet.

Please login to write comment.