Color Hex Logo

#827fdc Color Hex

#827FDC
(130,127,220)
0 Favorites   0 Comments

Color spaces of #827fdc

RGB 130127220
HSL0.670.570.68
HSV242°42°86°
CMYK 0.410.420.00   0.14
XYZ29.713625.091970.9873
Yxy25.09190.23620.1995
Hunter Lab50.091818.2224-48.9582
CIE-Lab57.164923.9799-47.2754

#827fdc color RGB value is (130,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111111 11011100
Octal 202 177 334
Decimal 130 127 220
Hex 82 7F DC

RGB Percentages of Color #827fdc

%27.25
%26.62
%46.12

CMYK Percentages of Color #827fdc

%41
%42
%0
%14

Triadic Colors of #827fdc

#827fdc #dc827f #7fdc82

Analogous Colors of #827fdc

#827fdc #b17fdc #7fabdc

Monochromatic Colors of #827fdc

#827fdc

Complementary Color

#827fdc #d9dc7f

#827fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#827fdc Color CSS Codes

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

#827fdc Text Font Color

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

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


#827fdc Background Color

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

This div background color is #827fdc


#827fdc Border Color

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

This div border color is #827fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827fdc


Comments

No comments written yet.

Please login to write comment.