Color Hex Logo

#827dcf Color Hex

#827DCF
(130,125,207)
0 Favorites   0 Comments

Color spaces of #827dcf

RGB 130125207
HSL0.680.460.65
HSV244°40°81°
CMYK 0.370.400.00   0.19
XYZ27.802023.918162.1828
Yxy23.91810.24410.2100
Hunter Lab48.906115.8874-41.1513
CIE-Lab56.005721.5372-41.7855

#827dcf color RGB value is (130,125,207).

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

The process color (four color CMYK) of #827dcf color hex is 0.37, 0.40, 0.00, 0.19. Web safe color of #827dcf is #9966cc. Color #827dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111101 11001111
Octal 202 175 317
Decimal 130 125 207
Hex 82 7D CF

RGB Percentages of Color #827dcf

%28.14
%27.06
%44.81

CMYK Percentages of Color #827dcf

%37
%40
%0
%19

Triadic Colors of #827dcf

#827dcf #cf827d #7dcf82

Analogous Colors of #827dcf

#827dcf #ab7dcf #7da1cf

Monochromatic Colors of #827dcf

#827dcf

Complementary Color

#827dcf #cacf7d

#827dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#827dcf Color CSS Codes

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

#827dcf Text Font Color

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

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


#827dcf Background Color

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

This div background color is #827dcf


#827dcf Border Color

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

This div border color is #827dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827dcf


Comments

No comments written yet.

Please login to write comment.