Color Hex Logo

#827bdf Color Hex

#827BDF
(130,123,223)
0 Favorites   0 Comments

Color spaces of #827bdf

RGB 130123223
HSL0.680.610.68
HSV244°45°87°
CMYK 0.420.450.00   0.13
XYZ29.608224.239572.9302
Yxy24.23950.23350.1912
Hunter Lab49.233621.1878-53.3633
CIE-Lab56.326827.1905-50.2883

#827bdf color RGB value is (130,123,223).

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

The process color (four color CMYK) of #827bdf color hex is 0.42, 0.45, 0.00, 0.13. Web safe color of #827bdf is #9966cc. Color #827bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111011 11011111
Octal 202 173 337
Decimal 130 123 223
Hex 82 7B DF

RGB Percentages of Color #827bdf

%27.31
%25.84
%46.85

CMYK Percentages of Color #827bdf

%42
%45
%0
%13

Triadic Colors of #827bdf

#827bdf #df827b #7bdf82

Analogous Colors of #827bdf

#827bdf #b47bdf #7ba6df

Monochromatic Colors of #827bdf

#827bdf

Complementary Color

#827bdf #d8df7b

#827bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#827bdf Color CSS Codes

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

#827bdf Text Font Color

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

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


#827bdf Background Color

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

This div background color is #827bdf


#827bdf Border Color

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

This div border color is #827bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827bdf


Comments

No comments written yet.

Please login to write comment.