Color Hex Logo

#4806ff Color Hex

#4806FF
(72,6,255)
0 Favorites   0 Comments

Color spaces of #4806ff

RGB 726255
HSL0.711.000.51
HSV256°98°100°
CMYK 0.720.980.00   0.00
XYZ20.78768.728095.1968
Yxy8.72800.16670.0700
Hunter Lab29.543273.8981-170.3695
CIE-Lab35.455279.4590-102.5264

#4806ff color RGB value is (72,6,255).

#4806ff hex color red value is 72, green value is 6 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4806ff hue: 0.71 , saturation: 1.00 and the lightness value of 4806ff is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000110 11111111
Octal 110 6 377
Decimal 72 6 255
Hex 48 6 FF

RGB Percentages of Color #4806ff

%21.62
%1.80
%76.58

CMYK Percentages of Color #4806ff

%72
%98
%0
%0

Triadic Colors of #4806ff

#4806ff #ff4806 #06ff48

Analogous Colors of #4806ff

#4806ff #c506ff #0640ff

Monochromatic Colors of #4806ff

#4806ff

Complementary Color

#4806ff #bdff06

#4806ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4806ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4806ff Color CSS Codes

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

#4806ff Text Font Color

<p style="color:#4806ff">Text here</p>

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


#4806ff Background Color

<div style="background-color:#4806ff">
Div content here</div>

This div background color is #4806ff


#4806ff Border Color

<div style="border:3px solid #4806ff">
Div here</div>

This div border color is #4806ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,6,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4806ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4806ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4806ff;
  box-shadow:         1px 1px 3px 2px #4806ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4806ff

Related Colors


Comments

No comments written yet.

Please login to write comment.