Color Hex Logo

#480250 Color Hex

#480250
(72,2,80)
0 Favorites   0 Comments

Color spaces of #480250

RGB 72280
HSL0.820.950.16
HSV294°98°31°
CMYK 0.100.980.00   0.69
XYZ4.14222.00037.7572
Yxy2.00030.29800.1439
Hunter Lab14.143227.5277-22.6189
CIE-Lab15.488840.2270-28.6198

#480250 color RGB value is (72,2,80).

#480250 hex color red value is 72, green value is 2 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #480250 hue: 0.82 , saturation: 0.95 and the lightness value of 480250 is 0.16.

The process color (four color CMYK) of #480250 color hex is 0.10, 0.98, 0.00, 0.69. Web safe color of #480250 is #330066. Color #480250 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000010 01010000
Octal 110 2 120
Decimal 72 2 80
Hex 48 2 50

RGB Percentages of Color #480250

%46.75
%1.30
%51.95

CMYK Percentages of Color #480250

%10
%98
%0
%69

Triadic Colors of #480250

#480250 #504802 #025048

Analogous Colors of #480250

#480250 #500231 #210250

Monochromatic Colors of #480250

#480250

Complementary Color

#480250 #0a5002

#480250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480250 Color CSS Codes

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

#480250 Text Font Color

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

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


#480250 Background Color

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

This div background color is #480250


#480250 Border Color

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

This div border color is #480250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480250


Comments

No comments written yet.

Please login to write comment.