Color Hex Logo

#0829fc Color Hex

#0829FC
(8,41,252)
0 Favorites   0 Comments

Color spaces of #0829fc

RGB 841252
HSL0.640.980.51
HSV232°97°99°
CMYK 0.970.840.00   0.01
XYZ18.46388.665892.7950
Yxy8.66580.15400.0723
Hunter Lab29.437760.4419-166.2903
CIE-Lab35.332768.3154-101.1156

#0829fc color RGB value is (8,41,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00101001 11111100
Octal 10 51 374
Decimal 8 41 252
Hex 8 29 FC

RGB Percentages of Color #0829fc

%2.66
%13.62
%83.72

CMYK Percentages of Color #0829fc

%97
%84
%0
%1

Triadic Colors of #0829fc

#0829fc #fc0829 #29fc08

Analogous Colors of #0829fc

#0829fc #6108fc #08a3fc

Monochromatic Colors of #0829fc

#0829fc

Complementary Color

#0829fc #fcdb08

#0829fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0829fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0829fc Color CSS Codes

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

#0829fc Text Font Color

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

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


#0829fc Background Color

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

This div background color is #0829fc


#0829fc Border Color

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

This div border color is #0829fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0829fc

Related Colors


Comments

No comments written yet.

Please login to write comment.