Color Hex Logo

#510faf Color Hex

#510FAF
(81,15,175)
0 Favorites   0 Comments

Color spaces of #510faf

RGB 8115175
HSL0.740.840.37
HSV265°91°69°
CMYK 0.540.910.00   0.31
XYZ11.30205.186140.9628
Yxy5.18610.19670.0903
Hunter Lab22.773048.7349-90.7064
CIE-Lab27.258559.4128-69.7962

#510faf color RGB value is (81,15,175).

#510faf hex color red value is 81, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #510faf hue: 0.74 , saturation: 0.84 and the lightness value of 510faf is 0.37.

The process color (four color CMYK) of #510faf color hex is 0.54, 0.91, 0.00, 0.31. Web safe color of #510faf is #660099. Color #510faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001111 10101111
Octal 121 17 257
Decimal 81 15 175
Hex 51 F AF

RGB Percentages of Color #510faf

%29.89
%5.54
%64.58

CMYK Percentages of Color #510faf

%54
%91
%0
%31

Triadic Colors of #510faf

#510faf #af510f #0faf51

Analogous Colors of #510faf

#510faf #a10faf #0f1daf

Monochromatic Colors of #510faf

#510faf

Complementary Color

#510faf #6daf0f

#510faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#510faf Color CSS Codes

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

#510faf Text Font Color

<p style="color:#510faf">Text here</p>

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


#510faf Background Color

<div style="background-color:#510faf">
Div content here</div>

This div background color is #510faf


#510faf Border Color

<div style="border:3px solid #510faf">
Div here</div>

This div border color is #510faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,15,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #510faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #510faf;
  -webkit-box-shadow: 1px 1px 3px 2px #510faf;
  box-shadow:         1px 1px 3px 2px #510faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510faf


Comments

No comments written yet.

Please login to write comment.