Color Hex Logo

#827fce Color Hex

#827FCE
(130,127,206)
0 Favorites   0 Comments

Color spaces of #827fce

RGB 130127206
HSL0.670.450.65
HSV242°38°81°
CMYK 0.370.380.00   0.19
XYZ27.935924.380861.6261
Yxy24.38080.24520.2140
Hunter Lab49.376914.5801-39.4345
CIE-Lab56.467120.0806-40.4934

#827fce color RGB value is (130,127,206).

#827fce hex color red value is 130, green value is 127 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #827fce hue: 0.67 , saturation: 0.45 and the lightness value of 827fce is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111111 11001110
Octal 202 177 316
Decimal 130 127 206
Hex 82 7F CE

RGB Percentages of Color #827fce

%28.08
%27.43
%44.49

CMYK Percentages of Color #827fce

%37
%38
%0
%19

Triadic Colors of #827fce

#827fce #ce827f #7fce82

Analogous Colors of #827fce

#827fce #aa7fce #7fa4ce

Monochromatic Colors of #827fce

#827fce

Complementary Color

#827fce #cbce7f

#827fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#827fce Color CSS Codes

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

#827fce Text Font Color

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

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


#827fce Background Color

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

This div background color is #827fce


#827fce Border Color

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

This div border color is #827fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827fce


Comments

No comments written yet.

Please login to write comment.