Color Hex Logo

#827ddb Color Hex

#827DDB
(130,125,219)
0 Favorites   0 Comments

Color spaces of #827ddb

RGB 130125219
HSL0.680.570.67
HSV243°43°86°
CMYK 0.410.430.00   0.14
XYZ29.325724.527570.2065
Yxy24.52750.23640.1977
Hunter Lab49.525219.0272-49.3812
CIE-Lab56.612124.8793-47.5903

#827ddb color RGB value is (130,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111101 11011011
Octal 202 175 333
Decimal 130 125 219
Hex 82 7D DB

RGB Percentages of Color #827ddb

%27.43
%26.37
%46.20

CMYK Percentages of Color #827ddb

%41
%43
%0
%14

Triadic Colors of #827ddb

#827ddb #db827d #7ddb82

Analogous Colors of #827ddb

#827ddb #b17ddb #7da7db

Monochromatic Colors of #827ddb

#827ddb

Complementary Color

#827ddb #d6db7d

#827ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#827ddb Color CSS Codes

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

#827ddb Text Font Color

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

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


#827ddb Background Color

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

This div background color is #827ddb


#827ddb Border Color

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

This div border color is #827ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827ddb


Comments

No comments written yet.

Please login to write comment.