Color Hex Logo

#481675 Color Hex

#481675
(72,22,117)
0 Favorites   0 Comments

Color spaces of #481675

RGB 7222117
HSL0.750.680.27
HSV272°81°46°
CMYK 0.380.810.00   0.54
XYZ6.17033.235917.1290
Yxy3.23590.23250.1219
Hunter Lab17.988629.7475-43.8647
CIE-Lab20.964941.6206-44.2335

#481675 color RGB value is (72,22,117).

#481675 hex color red value is 72, green value is 22 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #481675 hue: 0.75 , saturation: 0.68 and the lightness value of 481675 is 0.27.

The process color (four color CMYK) of #481675 color hex is 0.38, 0.81, 0.00, 0.54. Web safe color of #481675 is #330066. Color #481675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010110 01110101
Octal 110 26 165
Decimal 72 22 117
Hex 48 16 75

RGB Percentages of Color #481675

%34.12
%10.43
%55.45

CMYK Percentages of Color #481675

%38
%81
%0
%54

Triadic Colors of #481675

#481675 #754816 #167548

Analogous Colors of #481675

#481675 #751673 #181675

Monochromatic Colors of #481675

#481675

Complementary Color

#481675 #437516

#481675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481675 Color CSS Codes

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

#481675 Text Font Color

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

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


#481675 Background Color

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

This div background color is #481675


#481675 Border Color

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

This div border color is #481675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481675


Comments

No comments written yet.

Please login to write comment.