Color Hex Logo

#4806cf Color Hex

#4806CF
(72,6,207)
0 Favorites   0 Comments

Color spaces of #4806cf

RGB 726207
HSL0.720.940.42
HSV260°97°81°
CMYK 0.650.970.00   0.19
XYZ14.00016.013059.4542
Yxy6.01300.17620.0757
Hunter Lab24.521458.9991-126.5885
CIE-Lab29.445268.1743-85.1159

#4806cf color RGB value is (72,6,207).

#4806cf hex color red value is 72, green value is 6 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4806cf hue: 0.72 , saturation: 0.94 and the lightness value of 4806cf is 0.42.

The process color (four color CMYK) of #4806cf color hex is 0.65, 0.97, 0.00, 0.19. Web safe color of #4806cf is #3300cc. Color #4806cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000110 11001111
Octal 110 6 317
Decimal 72 6 207
Hex 48 6 CF

RGB Percentages of Color #4806cf

%25.26
%2.11
%72.63

CMYK Percentages of Color #4806cf

%65
%97
%0
%19

Triadic Colors of #4806cf

#4806cf #cf4806 #06cf48

Analogous Colors of #4806cf

#4806cf #ad06cf #0628cf

Monochromatic Colors of #4806cf

#4806cf

Complementary Color

#4806cf #8dcf06

#4806cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4806cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4806cf Color CSS Codes

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

#4806cf Text Font Color

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

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


#4806cf Background Color

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

This div background color is #4806cf


#4806cf Border Color

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

This div border color is #4806cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4806cf


Comments

No comments written yet.

Please login to write comment.