Color Hex Logo

#827bcf Color Hex

#827BCF
(130,123,207)
0 Favorites   0 Comments

Color spaces of #827bcf

RGB 130123207
HSL0.680.470.65
HSV245°41°81°
CMYK 0.370.410.00   0.19
XYZ27.551423.416762.0993
Yxy23.41670.24370.2071
Hunter Lab48.390816.9454-42.2125
CIE-Lab55.499022.7211-42.5848

#827bcf color RGB value is (130,123,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111011 11001111
Octal 202 173 317
Decimal 130 123 207
Hex 82 7B CF

RGB Percentages of Color #827bcf

%28.26
%26.74
%45.00

CMYK Percentages of Color #827bcf

%37
%41
%0
%19

Triadic Colors of #827bcf

#827bcf #cf827b #7bcf82

Analogous Colors of #827bcf

#827bcf #ac7bcf #7b9ecf

Monochromatic Colors of #827bcf

#827bcf

Complementary Color

#827bcf #c8cf7b

#827bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#827bcf Color CSS Codes

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

#827bcf Text Font Color

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

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


#827bcf Background Color

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

This div background color is #827bcf


#827bcf Border Color

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

This div border color is #827bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827bcf


Comments

No comments written yet.

Please login to write comment.