Color Hex Logo

#0828fc Color Hex

#0828FC
(8,40,252)
0 Favorites   0 Comments

Color spaces of #0828fc

RGB 840252
HSL0.640.980.51
HSV232°97°99°
CMYK 0.970.840.00   0.01
XYZ18.42968.597592.7836
Yxy8.59750.15380.0718
Hunter Lab29.321560.8810-167.0895
CIE-Lab35.197568.7193-101.3410

#0828fc color RGB value is (8,40,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00101000 11111100
Octal 10 50 374
Decimal 8 40 252
Hex 8 28 FC

RGB Percentages of Color #0828fc

%2.67
%13.33
%84.00

CMYK Percentages of Color #0828fc

%97
%84
%0
%1

Triadic Colors of #0828fc

#0828fc #fc0828 #28fc08

Analogous Colors of #0828fc

#0828fc #6208fc #08a2fc

Monochromatic Colors of #0828fc

#0828fc

Complementary Color

#0828fc #fcdc08

#0828fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0828fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0828fc Color CSS Codes

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

#0828fc Text Font Color

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

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


#0828fc Background Color

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

This div background color is #0828fc


#0828fc Border Color

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

This div border color is #0828fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0828fc


Comments

No comments written yet.

Please login to write comment.