Color Hex Logo

#827fbc Color Hex

#827FBC
(130,127,188)
0 Favorites   0 Comments

Color spaces of #827fbc

RGB 130127188
HSL0.670.310.62
HSV243°32°74°
CMYK 0.310.320.00   0.26
XYZ25.872423.555450.7600
Yxy23.55540.25820.2351
Hunter Lab48.533910.2202-28.0357
CIE-Lab55.639915.2505-31.5611

#827fbc color RGB value is (130,127,188).

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

The process color (four color CMYK) of #827fbc color hex is 0.31, 0.32, 0.00, 0.26. Web safe color of #827fbc is #9966cc. Color #827fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111111 10111100
Octal 202 177 274
Decimal 130 127 188
Hex 82 7F BC

RGB Percentages of Color #827fbc

%29.21
%28.54
%42.25

CMYK Percentages of Color #827fbc

%31
%32
%0
%26

Triadic Colors of #827fbc

#827fbc #bc827f #7fbc82

Analogous Colors of #827fbc

#827fbc #a17fbc #7f9bbc

Monochromatic Colors of #827fbc

#827fbc

Complementary Color

#827fbc #b9bc7f

#827fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#827fbc Color CSS Codes

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

#827fbc Text Font Color

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

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


#827fbc Background Color

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

This div background color is #827fbc


#827fbc Border Color

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

This div border color is #827fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827fbc


Comments

No comments written yet.

Please login to write comment.