Color Hex Logo

#829cdc Color Hex

#829CDC
(130,156,220)
0 Favorites   0 Comments

Color spaces of #829cdc

RGB 130156220
HSL0.620.560.69
HSV223°41°86°
CMYK 0.410.290.00   0.14
XYZ34.012733.690172.4203
Yxy33.69010.24270.2404
Hunter Lab58.04323.0236-33.3457
CIE-Lab64.71587.0672-35.4157

#829cdc color RGB value is (130,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011100 11011100
Octal 202 234 334
Decimal 130 156 220
Hex 82 9C DC

RGB Percentages of Color #829cdc

%25.69
%30.83
%43.48

CMYK Percentages of Color #829cdc

%41
%29
%0
%14

Triadic Colors of #829cdc

#829cdc #dc829c #9cdc82

Analogous Colors of #829cdc

#829cdc #9582dc #82c9dc

Monochromatic Colors of #829cdc

#829cdc

Complementary Color

#829cdc #dcc282

#829cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#829cdc Color CSS Codes

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

#829cdc Text Font Color

<p style="color:#829cdc">Text here</p>

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


#829cdc Background Color

<div style="background-color:#829cdc">
Div content here</div>

This div background color is #829cdc


#829cdc Border Color

<div style="border:3px solid #829cdc">
Div here</div>

This div border color is #829cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,156,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 #829cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829cdc


Comments

No comments written yet.

Please login to write comment.