Color Hex Logo

#482abf Color Hex

#482ABF
(72,42,191)
0 Favorites   0 Comments

Color spaces of #482abf

RGB 7242191
HSL0.700.640.46
HSV252°78°75°
CMYK 0.620.780.00   0.25
XYZ12.90446.795249.9217
Yxy6.79520.18540.0976
Hunter Lab26.067642.7456-95.2981
CIE-Lab31.336152.9475-72.6058

#482abf color RGB value is (72,42,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101010 10111111
Octal 110 52 277
Decimal 72 42 191
Hex 48 2A BF

RGB Percentages of Color #482abf

%23.61
%13.77
%62.62

CMYK Percentages of Color #482abf

%62
%78
%0
%25

Triadic Colors of #482abf

#482abf #bf482a #2abf48

Analogous Colors of #482abf

#482abf #932abf #2a57bf

Monochromatic Colors of #482abf

#482abf

Complementary Color

#482abf #a1bf2a

#482abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#482abf Color CSS Codes

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

#482abf Text Font Color

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

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


#482abf Background Color

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

This div background color is #482abf


#482abf Border Color

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

This div border color is #482abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482abf


Comments

No comments written yet.

Please login to write comment.