Color Hex Logo

#481765 Color Hex

#481765
(72,23,101)
0 Favorites   0 Comments

Color spaces of #481765

RGB 7223101
HSL0.770.630.24
HSV278°77°40°
CMYK 0.290.770.00   0.60
XYZ5.32782.930112.5967
Yxy2.93010.25550.1405
Hunter Lab17.117525.6021-31.6489
CIE-Lab19.761837.2095-35.7949

#481765 color RGB value is (72,23,101).

#481765 hex color red value is 72, green value is 23 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #481765 hue: 0.77 , saturation: 0.63 and the lightness value of 481765 is 0.24.

The process color (four color CMYK) of #481765 color hex is 0.29, 0.77, 0.00, 0.60. Web safe color of #481765 is #330066. Color #481765 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010111 01100101
Octal 110 27 145
Decimal 72 23 101
Hex 48 17 65

RGB Percentages of Color #481765

%36.73
%11.73
%51.53

CMYK Percentages of Color #481765

%29
%77
%0
%60

Triadic Colors of #481765

#481765 #654817 #176548

Analogous Colors of #481765

#481765 #65175b #211765

Monochromatic Colors of #481765

#481765

Complementary Color

#481765 #346517

#481765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481765 Color CSS Codes

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

#481765 Text Font Color

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

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


#481765 Background Color

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

This div background color is #481765


#481765 Border Color

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

This div border color is #481765


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,23,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481765; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481765;
  -webkit-box-shadow: 1px 1px 3px 2px #481765;
  box-shadow:         1px 1px 3px 2px #481765; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481765


Comments

No comments written yet.

Please login to write comment.