Color Hex Logo

#827dbc Color Hex

#827DBC
(130,125,188)
0 Favorites   0 Comments

Color spaces of #827dbc

RGB 130125188
HSL0.680.320.61
HSV245°34°74°
CMYK 0.310.340.00   0.26
XYZ25.616623.043950.6747
Yxy23.04390.25790.2320
Hunter Lab48.004111.2466-28.9857
CIE-Lab55.117516.4306-32.3748

#827dbc color RGB value is (130,125,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111101 10111100
Octal 202 175 274
Decimal 130 125 188
Hex 82 7D BC

RGB Percentages of Color #827dbc

%29.35
%28.22
%42.44

CMYK Percentages of Color #827dbc

%31
%34
%0
%26

Triadic Colors of #827dbc

#827dbc #bc827d #7dbc82

Analogous Colors of #827dbc

#827dbc #a27dbc #7d98bc

Monochromatic Colors of #827dbc

#827dbc

Complementary Color

#827dbc #b7bc7d

#827dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#827dbc Color CSS Codes

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

#827dbc Text Font Color

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

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


#827dbc Background Color

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

This div background color is #827dbc


#827dbc Border Color

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

This div border color is #827dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827dbc


Comments

No comments written yet.

Please login to write comment.