Color Hex Logo

#510ea5 Color Hex

#510EA5
(81,14,165)
0 Favorites   0 Comments

Color spaces of #510ea5

RGB 8114165
HSL0.740.840.35
HSV267°92°65°
CMYK 0.510.920.00   0.35
XYZ10.34194.780035.9749
Yxy4.78000.20240.0935
Hunter Lab21.863246.1748-82.2547
CIE-Lab26.098657.2434-65.6805

#510ea5 color RGB value is (81,14,165).

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

The process color (four color CMYK) of #510ea5 color hex is 0.51, 0.92, 0.00, 0.35. Web safe color of #510ea5 is #660099. Color #510ea5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001110 10100101
Octal 121 16 245
Decimal 81 14 165
Hex 51 E A5

RGB Percentages of Color #510ea5

%31.15
%5.38
%63.46

CMYK Percentages of Color #510ea5

%51
%92
%0
%35

Triadic Colors of #510ea5

#510ea5 #a5510e #0ea551

Analogous Colors of #510ea5

#510ea5 #9d0ea5 #0e17a5

Monochromatic Colors of #510ea5

#510ea5

Complementary Color

#510ea5 #62a50e

#510ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510ea5 Color CSS Codes

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

#510ea5 Text Font Color

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

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


#510ea5 Background Color

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

This div background color is #510ea5


#510ea5 Border Color

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

This div border color is #510ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510ea5


Comments

No comments written yet.

Please login to write comment.