Color Hex Logo

#482975 Color Hex

#482975
(72,41,117)
0 Favorites   0 Comments

Color spaces of #482975

RGB 7241117
HSL0.730.480.31
HSV264°65°46°
CMYK 0.380.650.00   0.54
XYZ6.67634.247917.2977
Yxy4.24790.23660.1505
Hunter Lab20.610421.7529-35.3330
CIE-Lab24.474631.8420-38.5355

#482975 color RGB value is (72,41,117).

#482975 hex color red value is 72, green value is 41 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #482975 hue: 0.73 , saturation: 0.48 and the lightness value of 482975 is 0.31.

The process color (four color CMYK) of #482975 color hex is 0.38, 0.65, 0.00, 0.54. Web safe color of #482975 is #333366. Color #482975 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101001 01110101
Octal 110 51 165
Decimal 72 41 117
Hex 48 29 75

RGB Percentages of Color #482975

%31.30
%17.83
%50.87

CMYK Percentages of Color #482975

%38
%65
%0
%54

Triadic Colors of #482975

#482975 #754829 #297548

Analogous Colors of #482975

#482975 #6e2975 #293075

Monochromatic Colors of #482975

#482975

Complementary Color

#482975 #567529

#482975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482975 Color CSS Codes

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

#482975 Text Font Color

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

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


#482975 Background Color

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

This div background color is #482975


#482975 Border Color

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

This div border color is #482975


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,41,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 #482975">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482975


Comments

No comments written yet.

Please login to write comment.