Color Hex Logo

#828fdc Color Hex

#828FDC
(130,143,220)
0 Favorites   0 Comments

Color spaces of #828fdc

RGB 130143220
HSL0.640.560.69
HSV231°41°86°
CMYK 0.410.350.00   0.14
XYZ31.946629.558171.7317
Yxy29.55810.23980.2218
Hunter Lab54.36749.7448-40.1694
CIE-Lab61.271114.5770-40.7999

#828fdc color RGB value is (130,143,220).

#828fdc hex color red value is 130, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #828fdc hue: 0.64 , saturation: 0.56 and the lightness value of 828fdc is 0.69.

The process color (four color CMYK) of #828fdc color hex is 0.41, 0.35, 0.00, 0.14. Web safe color of #828fdc is #9999cc. Color #828fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001111 11011100
Octal 202 217 334
Decimal 130 143 220
Hex 82 8F DC

RGB Percentages of Color #828fdc

%26.37
%29.01
%44.62

CMYK Percentages of Color #828fdc

%41
%35
%0
%14

Triadic Colors of #828fdc

#828fdc #dc828f #8fdc82

Analogous Colors of #828fdc

#828fdc #a282dc #82bcdc

Monochromatic Colors of #828fdc

#828fdc

Complementary Color

#828fdc #dccf82

#828fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#828fdc Color CSS Codes

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

#828fdc Text Font Color

<p style="color:#828fdc">Text here</p>

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


#828fdc Background Color

<div style="background-color:#828fdc">
Div content here</div>

This div background color is #828fdc


#828fdc Border Color

<div style="border:3px solid #828fdc">
Div here</div>

This div border color is #828fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,143,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #828fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #828fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #828fdc;
  box-shadow:         1px 1px 3px 2px #828fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,143,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828fdc


Comments

No comments written yet.

Please login to write comment.