Color Hex Logo

#510452 Color Hex

#510452
(81,4,82)
0 Favorites   0 Comments

Color spaces of #510452

RGB 81482
HSL0.830.910.17
HSV299°95°32°
CMYK 0.010.950.00   0.68
XYZ4.95972.44548.1932
Yxy2.44540.31800.1568
Hunter Lab15.637829.2472-20.1177
CIE-Lab17.669941.7138-26.3846

#510452 color RGB value is (81,4,82).

#510452 hex color red value is 81, green value is 4 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #510452 hue: 0.83 , saturation: 0.91 and the lightness value of 510452 is 0.17.

The process color (four color CMYK) of #510452 color hex is 0.01, 0.95, 0.00, 0.68. Web safe color of #510452 is #660066. Color #510452 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000100 01010010
Octal 121 4 122
Decimal 81 4 82
Hex 51 4 52

RGB Percentages of Color #510452

%48.50
%2.40
%49.10

CMYK Percentages of Color #510452

%1
%95
%0
%68

Triadic Colors of #510452

#510452 #525104 #045251

Analogous Colors of #510452

#510452 #52042c #2a0452

Monochromatic Colors of #510452

#510452

Complementary Color

#510452 #055204

#510452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510452 Color CSS Codes

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

#510452 Text Font Color

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

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


#510452 Background Color

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

This div background color is #510452


#510452 Border Color

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

This div border color is #510452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510452


Comments

No comments written yet.

Please login to write comment.