Color Hex Logo

#827fdf Color Hex

#827FDF
(130,127,223)
0 Favorites   0 Comments

Color spaces of #827fdf

RGB 130127223
HSL0.670.600.69
HSV242°43°87°
CMYK 0.420.430.00   0.13
XYZ30.114625.252373.0990
Yxy25.25230.23440.1966
Hunter Lab50.251719.0303-51.0705
CIE-Lab57.320424.8291-48.7101

#827fdf color RGB value is (130,127,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111111 11011111
Octal 202 177 337
Decimal 130 127 223
Hex 82 7F DF

RGB Percentages of Color #827fdf

%27.08
%26.46
%46.46

CMYK Percentages of Color #827fdf

%42
%43
%0
%13

Triadic Colors of #827fdf

#827fdf #df827f #7fdf82

Analogous Colors of #827fdf

#827fdf #b27fdf #7facdf

Monochromatic Colors of #827fdf

#827fdf

Complementary Color

#827fdf #dcdf7f

#827fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#827fdf Color CSS Codes

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

#827fdf Text Font Color

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

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


#827fdf Background Color

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

This div background color is #827fdf


#827fdf Border Color

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

This div border color is #827fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827fdf


Comments

No comments written yet.

Please login to write comment.