color codes Logo

#827ddc color codes

#827DDC
(130,125,220)
0 Favorites   0 Comments

Color spaces of #827ddc

RGB 130125220
HSL0.680.580.68
HSV243°43°86°
CMYK 0.410.430.00   0.14
XYZ29.457824.580470.9020
Yxy24.58040.23580.1967
Hunter Lab49.578619.2956-50.0851
CIE-Lab56.664325.1610-48.0690

#827ddc color RGB value is (130,125,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111101 11011100
Octal 202 175 334
Decimal 130 125 220
Hex 82 7D DC

RGB Percentages of Color #827ddc

%27.37
%26.32
%46.32

CMYK Percentages of Color #827ddc

%41
%43
%0
%14

Triadic Colors of #827ddc

#827ddc #dc827d #7ddc82

Analogous Colors of #827ddc

#827ddc #b27ddc #7da8dc

Monochromatic Colors of #827ddc

#827ddc

Complementary Color

#827ddc #d7dc7d

#827ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#827ddc Color CSS Codes

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

#827ddc Text Font Color

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

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


#827ddc Background Color

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

This div background color is #827ddc


#827ddc Border Color

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

This div border color is #827ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827ddc


Comments

No comments written yet.

Please login to write comment.