Color Hex Logo

#827cda Color Hex

#827CDA
(130,124,218)
0 Favorites   0 Comments

Color spaces of #827cda

RGB 130124218
HSL0.680.560.67
HSV244°43°85°
CMYK 0.400.430.00   0.15
XYZ29.068524.223169.4731
Yxy24.22310.23680.1973
Hunter Lab49.217019.2959-49.2400
CIE-Lab56.310525.1888-47.5066

#827cda color RGB value is (130,124,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111100 11011010
Octal 202 174 332
Decimal 130 124 218
Hex 82 7C DA

RGB Percentages of Color #827cda

%27.54
%26.27
%46.19

CMYK Percentages of Color #827cda

%40
%43
%0
%15

Triadic Colors of #827cda

#827cda #da827c #7cda82

Analogous Colors of #827cda

#827cda #b17cda #7ca5da

Monochromatic Colors of #827cda

#827cda

Complementary Color

#827cda #d4da7c

#827cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#827cda Color CSS Codes

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

#827cda Text Font Color

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

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


#827cda Background Color

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

This div background color is #827cda


#827cda Border Color

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

This div border color is #827cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827cda


Comments

No comments written yet.

Please login to write comment.