Color Hex Logo

#482dfc Color Hex

#482DFC
(72,45,252)
0 Favorites   0 Comments

Color spaces of #482dfc

RGB 7245252
HSL0.690.970.58
HSV248°82°99°
CMYK 0.710.820.00   0.01
XYZ21.181610.282892.9638
Yxy10.28280.17020.0826
Hunter Lab32.066861.7906-149.4389
CIE-Lab38.345368.8933-96.0365

#482dfc color RGB value is (72,45,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101101 11111100
Octal 110 55 374
Decimal 72 45 252
Hex 48 2D FC

RGB Percentages of Color #482dfc

%19.51
%12.20
%68.29

CMYK Percentages of Color #482dfc

%71
%82
%0
%1

Triadic Colors of #482dfc

#482dfc #fc482d #2dfc48

Analogous Colors of #482dfc

#482dfc #b02dfc #2d7afc

Monochromatic Colors of #482dfc

#482dfc

Complementary Color

#482dfc #e1fc2d

#482dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#482dfc Color CSS Codes

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

#482dfc Text Font Color

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

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


#482dfc Background Color

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

This div background color is #482dfc


#482dfc Border Color

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

This div border color is #482dfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,45,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 #482dfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.