Color Hex Logo

#482eaf Color Hex

#482EAF
(72,46,175)
0 Favorites   0 Comments

Color spaces of #482eaf

RGB 7246175
HSL0.700.580.43
HSV252°74°69°
CMYK 0.590.740.00   0.31
XYZ11.38736.426941.1978
Yxy6.42690.19300.1089
Hunter Lab25.351335.8137-78.6047
CIE-Lab30.464946.2091-64.5435

#482eaf color RGB value is (72,46,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101110 10101111
Octal 110 56 257
Decimal 72 46 175
Hex 48 2E AF

RGB Percentages of Color #482eaf

%24.57
%15.70
%59.73

CMYK Percentages of Color #482eaf

%59
%74
%0
%31

Triadic Colors of #482eaf

#482eaf #af482e #2eaf48

Analogous Colors of #482eaf

#482eaf #892eaf #2e54af

Monochromatic Colors of #482eaf

#482eaf

Complementary Color

#482eaf #95af2e

#482eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#482eaf Color CSS Codes

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

#482eaf Text Font Color

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

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


#482eaf Background Color

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

This div background color is #482eaf


#482eaf Border Color

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

This div border color is #482eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482eaf


Comments

No comments written yet.

Please login to write comment.