Color Hex Logo

#482abe Color Hex

#482ABE
(72,42,190)
0 Favorites   0 Comments

Color spaces of #482abe

RGB 7242190
HSL0.700.640.45
HSV252°78°75°
CMYK 0.620.780.00   0.25
XYZ12.79476.751449.3440
Yxy6.75140.18570.0980
Hunter Lab25.983542.4254-94.4065
CIE-Lab31.234152.6566-72.1843

#482abe color RGB value is (72,42,190).

#482abe hex color red value is 72, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #482abe hue: 0.70 , saturation: 0.64 and the lightness value of 482abe is 0.45.

The process color (four color CMYK) of #482abe color hex is 0.62, 0.78, 0.00, 0.25. Web safe color of #482abe is #3333cc. Color #482abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101010 10111110
Octal 110 52 276
Decimal 72 42 190
Hex 48 2A BE

RGB Percentages of Color #482abe

%23.68
%13.82
%62.50

CMYK Percentages of Color #482abe

%62
%78
%0
%25

Triadic Colors of #482abe

#482abe #be482a #2abe48

Analogous Colors of #482abe

#482abe #922abe #2a56be

Monochromatic Colors of #482abe

#482abe

Complementary Color

#482abe #a0be2a

#482abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#482abe Color CSS Codes

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

#482abe Text Font Color

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

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


#482abe Background Color

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

This div background color is #482abe


#482abe Border Color

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

This div border color is #482abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482abe


Comments

No comments written yet.

Please login to write comment.