Color Hex Logo

#827edf Color Hex

#827EDF
(130,126,223)
0 Favorites   0 Comments

Color spaces of #827edf

RGB 130126223
HSL0.670.600.68
HSV242°43°87°
CMYK 0.420.430.00   0.13
XYZ29.986124.995273.0562
Yxy24.99520.23420.1952
Hunter Lab49.995219.5691-51.6417
CIE-Lab57.070725.4198-49.1064

#827edf color RGB value is (130,126,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111110 11011111
Octal 202 176 337
Decimal 130 126 223
Hex 82 7E DF

RGB Percentages of Color #827edf

%27.14
%26.30
%46.56

CMYK Percentages of Color #827edf

%42
%43
%0
%13

Triadic Colors of #827edf

#827edf #df827e #7edf82

Analogous Colors of #827edf

#827edf #b37edf #7eabdf

Monochromatic Colors of #827edf

#827edf

Complementary Color

#827edf #dbdf7e

#827edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#827edf Color CSS Codes

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

#827edf Text Font Color

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

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


#827edf Background Color

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

This div background color is #827edf


#827edf Border Color

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

This div border color is #827edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827edf


Comments

No comments written yet.

Please login to write comment.