Color Hex Logo

#0029fc Color Hex

#0029FC
(0,41,252)
0 Favorites   0 Comments

Color spaces of #0029fc

RGB 041252
HSL0.641.000.49
HSV230°100°99°
CMYK 1.000.840.00   0.01
XYZ18.36368.614292.7903
Yxy8.61420.15330.0719
Hunter Lab29.350060.3210-166.9012
CIE-Lab35.230668.2307-101.2884

#0029fc color RGB value is (0,41,252).

#0029fc hex color red value is 0, green value is 41 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0029fc hue: 0.64 , saturation: 1.00 and the lightness value of 0029fc is 0.49.

The process color (four color CMYK) of #0029fc color hex is 1.00, 0.84, 0.00, 0.01. Web safe color of #0029fc is #0033ff. Color #0029fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101001 11111100
Octal 0 51 374
Decimal 0 41 252
Hex 0 29 FC

RGB Percentages of Color #0029fc

%0.00
%13.99
%86.01

CMYK Percentages of Color #0029fc

%100
%84
%0
%1

Triadic Colors of #0029fc

#0029fc #fc0029 #29fc00

Analogous Colors of #0029fc

#0029fc #5500fc #00a7fc

Monochromatic Colors of #0029fc

#0029fc

Complementary Color

#0029fc #fcd300

#0029fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0029fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0029fc Color CSS Codes

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

#0029fc Text Font Color

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

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


#0029fc Background Color

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

This div background color is #0029fc


#0029fc Border Color

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

This div border color is #0029fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0029fc


Comments

No comments written yet.

Please login to write comment.