Color Hex Logo

#4800fe Color Hex

#4800FE
(72,0,254)
0 Favorites   0 Comments

Color spaces of #4800fe

RGB 720254
HSL0.711.000.50
HSV257°100°100°
CMYK 0.721.000.00   0.00
XYZ20.56198.533594.3293
Yxy8.53350.16660.0691
Hunter Lab29.212274.5216-171.0055
CIE-Lab35.070180.0246-102.6077

#4800fe color RGB value is (72,0,254).

#4800fe hex color red value is 72, green value is 0 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4800fe hue: 0.71 , saturation: 1.00 and the lightness value of 4800fe is 0.50.

The process color (four color CMYK) of #4800fe color hex is 0.72, 1.00, 0.00, 0.00. Web safe color of #4800fe is #3300ff. Color #4800fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000000 11111110
Octal 110 0 376
Decimal 72 0 254
Hex 48 0 FE

RGB Percentages of Color #4800fe

%22.09
%0.00
%77.91

CMYK Percentages of Color #4800fe

%72
%100
%0
%0

Triadic Colors of #4800fe

#4800fe #fe4800 #00fe48

Analogous Colors of #4800fe

#4800fe #c700fe #0037fe

Monochromatic Colors of #4800fe

#4800fe

Complementary Color

#4800fe #b6fe00

#4800fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4800fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4800fe Color CSS Codes

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

#4800fe Text Font Color

<p style="color:#4800fe">Text here</p>

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


#4800fe Background Color

<div style="background-color:#4800fe">
Div content here</div>

This div background color is #4800fe


#4800fe Border Color

<div style="border:3px solid #4800fe">
Div here</div>

This div border color is #4800fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4800fe


Comments

No comments written yet.

Please login to write comment.