Color Hex Logo

#827cdc Color Hex

#827CDC
(130,124,220)
0 Favorites   0 Comments

Color spaces of #827cdc

RGB 130124220
HSL0.680.580.67
HSV244°44°86°
CMYK 0.410.440.00   0.14
XYZ29.331824.328470.8600
Yxy24.32840.23560.1954
Hunter Lab49.323819.8333-50.6510
CIE-Lab56.415125.7518-48.4644

#827cdc color RGB value is (130,124,220).

#827cdc hex color red value is 130, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #827cdc hue: 0.68 , saturation: 0.58 and the lightness value of 827cdc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111100 11011100
Octal 202 174 334
Decimal 130 124 220
Hex 82 7C DC

RGB Percentages of Color #827cdc

%27.43
%26.16
%46.41

CMYK Percentages of Color #827cdc

%41
%44
%0
%14

Triadic Colors of #827cdc

#827cdc #dc827c #7cdc82

Analogous Colors of #827cdc

#827cdc #b27cdc #7ca6dc

Monochromatic Colors of #827cdc

#827cdc

Complementary Color

#827cdc #d6dc7c

#827cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#827cdc Color CSS Codes

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

#827cdc Text Font Color

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

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


#827cdc Background Color

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

This div background color is #827cdc


#827cdc Border Color

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

This div border color is #827cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827cdc


Comments

No comments written yet.

Please login to write comment.