Color Hex Logo

#4008fc Color Hex

#4008FC
(64,8,252)
0 Favorites   0 Comments

Color spaces of #4008fc

RGB 648252
HSL0.700.980.51
HSV254°97°99°
CMYK 0.750.970.00   0.01
XYZ19.77198.291992.6539
Yxy8.29190.16380.0687
Hunter Lab28.795772.1707-170.6166
CIE-Lab34.583678.2277-102.3111

#4008fc color RGB value is (64,8,252).

#4008fc hex color red value is 64, green value is 8 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4008fc hue: 0.70 , saturation: 0.98 and the lightness value of 4008fc is 0.51.

The process color (four color CMYK) of #4008fc color hex is 0.75, 0.97, 0.00, 0.01. Web safe color of #4008fc is #3300ff. Color #4008fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001000 11111100
Octal 100 10 374
Decimal 64 8 252
Hex 40 8 FC

RGB Percentages of Color #4008fc

%19.75
%2.47
%77.78

CMYK Percentages of Color #4008fc

%75
%97
%0
%1

Triadic Colors of #4008fc

#4008fc #fc4008 #08fc40

Analogous Colors of #4008fc

#4008fc #ba08fc #084afc

Monochromatic Colors of #4008fc

#4008fc

Complementary Color

#4008fc #c4fc08

#4008fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4008fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4008fc Color CSS Codes

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

#4008fc Text Font Color

<p style="color:#4008fc">Text here</p>

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


#4008fc Background Color

<div style="background-color:#4008fc">
Div content here</div>

This div background color is #4008fc


#4008fc Border Color

<div style="border:3px solid #4008fc">
Div here</div>

This div border color is #4008fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,8,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4008fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4008fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4008fc;
  box-shadow:         1px 1px 3px 2px #4008fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,8,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4008fc


Comments

No comments written yet.

Please login to write comment.