Color Hex Logo

#0a29fc Color Hex

#0A29FC
(10,41,252)
0 Favorites   0 Comments

Color spaces of #0a29fc

RGB 1041252
HSL0.650.980.51
HSV232°96°99°
CMYK 0.960.840.00   0.01
XYZ18.48888.678792.7961
Yxy8.67870.15410.0723
Hunter Lab29.459660.4718-166.1382
CIE-Lab35.358268.3363-101.0725

#0a29fc color RGB value is (10,41,252).

#0a29fc hex color red value is 10, green value is 41 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0a29fc hue: 0.65 , saturation: 0.98 and the lightness value of 0a29fc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 00101001 11111100
Octal 12 51 374
Decimal 10 41 252
Hex A 29 FC

RGB Percentages of Color #0a29fc

%3.30
%13.53
%83.17

CMYK Percentages of Color #0a29fc

%96
%84
%0
%1

Triadic Colors of #0a29fc

#0a29fc #fc0a29 #29fc0a

Analogous Colors of #0a29fc

#0a29fc #640afc #0aa2fc

Monochromatic Colors of #0a29fc

#0a29fc

Complementary Color

#0a29fc #fcdd0a

#0a29fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a29fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a29fc Color CSS Codes

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

#0a29fc Text Font Color

<p style="color:#0a29fc">Text here</p>

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


#0a29fc Background Color

<div style="background-color:#0a29fc">
Div content here</div>

This div background color is #0a29fc


#0a29fc Border Color

<div style="border:3px solid #0a29fc">
Div here</div>

This div border color is #0a29fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a29fc


Comments

No comments written yet.

Please login to write comment.