Color Hex Logo

#827dca Color Hex

#827DCA
(130,125,202)
0 Favorites   0 Comments

Color spaces of #827dca

RGB 130125202
HSL0.680.420.64
HSV244°38°79°
CMYK 0.360.380.00   0.21
XYZ27.200223.677359.0137
Yxy23.67730.24750.2155
Hunter Lab48.659314.6263-37.8450
CIE-Lab55.763220.1700-39.3353

#827dca color RGB value is (130,125,202).

#827dca hex color red value is 130, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #827dca hue: 0.68 , saturation: 0.42 and the lightness value of 827dca is 0.64.

The process color (four color CMYK) of #827dca color hex is 0.36, 0.38, 0.00, 0.21. Web safe color of #827dca is #9966cc. Color #827dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111101 11001010
Octal 202 175 312
Decimal 130 125 202
Hex 82 7D CA

RGB Percentages of Color #827dca

%28.45
%27.35
%44.20

CMYK Percentages of Color #827dca

%36
%38
%0
%21

Triadic Colors of #827dca

#827dca #ca827d #7dca82

Analogous Colors of #827dca

#827dca #a97dca #7d9fca

Monochromatic Colors of #827dca

#827dca

Complementary Color

#827dca #c5ca7d

#827dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#827dca Color CSS Codes

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

#827dca Text Font Color

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

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


#827dca Background Color

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

This div background color is #827dca


#827dca Border Color

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

This div border color is #827dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827dca


Comments

No comments written yet.

Please login to write comment.