Color Hex Logo

#482eb0 Color Hex

#482EB0
(72,46,176)
0 Favorites   0 Comments

Color spaces of #482eb0

RGB 7246176
HSL0.700.590.44
HSV252°74°69°
CMYK 0.590.740.00   0.31
XYZ11.48606.466341.7170
Yxy6.46630.19250.1084
Hunter Lab25.428936.1261-79.4670
CIE-Lab30.559746.5108-64.9852

#482eb0 color RGB value is (72,46,176).

#482eb0 hex color red value is 72, green value is 46 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #482eb0 hue: 0.70 , saturation: 0.59 and the lightness value of 482eb0 is 0.44.

The process color (four color CMYK) of #482eb0 color hex is 0.59, 0.74, 0.00, 0.31. Web safe color of #482eb0 is #333399. Color #482eb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101110 10110000
Octal 110 56 260
Decimal 72 46 176
Hex 48 2E B0

RGB Percentages of Color #482eb0

%24.49
%15.65
%59.86

CMYK Percentages of Color #482eb0

%59
%74
%0
%31

Triadic Colors of #482eb0

#482eb0 #b0482e #2eb048

Analogous Colors of #482eb0

#482eb0 #892eb0 #2e55b0

Monochromatic Colors of #482eb0

#482eb0

Complementary Color

#482eb0 #96b02e

#482eb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482eb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482eb0 Color CSS Codes

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

#482eb0 Text Font Color

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

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


#482eb0 Background Color

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

This div background color is #482eb0


#482eb0 Border Color

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

This div border color is #482eb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482eb0


Comments

No comments written yet.

Please login to write comment.