Color Hex Logo

#482afc Color Hex

#482AFC
(72,42,252)
0 Favorites   0 Comments

Color spaces of #482afc

RGB 7242252
HSL0.690.970.58
HSV249°83°99°
CMYK 0.710.830.00   0.01
XYZ21.071110.061992.9270
Yxy10.06190.16980.0811
Hunter Lab31.720563.0620-151.4891
CIE-Lab37.953370.0548-96.6872

#482afc color RGB value is (72,42,252).

#482afc hex color red value is 72, green value is 42 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #482afc hue: 0.69 , saturation: 0.97 and the lightness value of 482afc is 0.58.

The process color (four color CMYK) of #482afc color hex is 0.71, 0.83, 0.00, 0.01. Web safe color of #482afc is #3333ff. Color #482afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101010 11111100
Octal 110 52 374
Decimal 72 42 252
Hex 48 2A FC

RGB Percentages of Color #482afc

%19.67
%11.48
%68.85

CMYK Percentages of Color #482afc

%71
%83
%0
%1

Triadic Colors of #482afc

#482afc #fc482a #2afc48

Analogous Colors of #482afc

#482afc #b12afc #2a75fc

Monochromatic Colors of #482afc

#482afc

Complementary Color

#482afc #defc2a

#482afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#482afc Color CSS Codes

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

#482afc Text Font Color

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

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


#482afc Background Color

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

This div background color is #482afc


#482afc Border Color

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

This div border color is #482afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482afc


Comments

No comments written yet.

Please login to write comment.