Color Hex Logo

#482bfe Color Hex

#482BFE
(72,43,254)
0 Favorites   0 Comments

Color spaces of #482bfe

RGB 7243254
HSL0.690.990.58
HSV248°83°100°
CMYK 0.720.830.00   0.00
XYZ21.425810.261294.6173
Yxy10.26120.16960.0812
Hunter Lab32.033163.3343-152.7038
CIE-Lab38.307270.2179-97.2204

#482bfe color RGB value is (72,43,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101011 11111110
Octal 110 53 376
Decimal 72 43 254
Hex 48 2B FE

RGB Percentages of Color #482bfe

%19.51
%11.65
%68.83

CMYK Percentages of Color #482bfe

%72
%83
%0
%0

Triadic Colors of #482bfe

#482bfe #fe482b #2bfe48

Analogous Colors of #482bfe

#482bfe #b22bfe #2b78fe

Monochromatic Colors of #482bfe

#482bfe

Complementary Color

#482bfe #e1fe2b

#482bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#482bfe Color CSS Codes

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

#482bfe Text Font Color

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

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


#482bfe Background Color

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

This div background color is #482bfe


#482bfe Border Color

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

This div border color is #482bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.