Color Hex Logo

#482fda Color Hex

#482FDA
(72,47,218)
0 Favorites   0 Comments

Color spaces of #482fda

RGB 7247218
HSL0.690.700.52
HSV249°78°85°
CMYK 0.670.780.00   0.15
XYZ16.34398.472767.1036
Yxy8.47270.17780.0922
Hunter Lab29.107949.2878-116.3081
CIE-Lab34.948658.4353-82.3573

#482fda color RGB value is (72,47,218).

#482fda hex color red value is 72, green value is 47 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #482fda hue: 0.69 , saturation: 0.70 and the lightness value of 482fda is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101111 11011010
Octal 110 57 332
Decimal 72 47 218
Hex 48 2F DA

RGB Percentages of Color #482fda

%21.36
%13.95
%64.69

CMYK Percentages of Color #482fda

%67
%78
%0
%15

Triadic Colors of #482fda

#482fda #da482f #2fda48

Analogous Colors of #482fda

#482fda #9e2fda #2f6cda

Monochromatic Colors of #482fda

#482fda

Complementary Color

#482fda #c1da2f

#482fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#482fda Color CSS Codes

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

#482fda Text Font Color

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

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


#482fda Background Color

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

This div background color is #482fda


#482fda Border Color

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

This div border color is #482fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482fda


Comments

No comments written yet.

Please login to write comment.