Color Hex Logo

#dc82bb Color Hex

#DC82BB
(220,130,187)
0 Favorites   0 Comments

Color spaces of #dc82bb

RGB 220130187
HSL0.890.560.69
HSV322°41°86°
CMYK 0.000.410.15   0.14
XYZ46.467534.768851.2756
Yxy34.76880.35070.2624
Hunter Lab58.965137.4783-10.2826
CIE-Lab65.568342.3015-14.9665

#dc82bb color RGB value is (220,130,187).

#dc82bb hex color red value is 220, green value is 130 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dc82bb hue: 0.89 , saturation: 0.56 and the lightness value of dc82bb is 0.69.

The process color (four color CMYK) of #dc82bb color hex is 0.00, 0.41, 0.15, 0.14. Web safe color of #dc82bb is #cc99cc. Color #dc82bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 10111011
Octal 334 202 273
Decimal 220 130 187
Hex DC 82 BB

RGB Percentages of Color #dc82bb

%40.97
%24.21
%34.82

CMYK Percentages of Color #dc82bb

%0
%41
%15
%14

Triadic Colors of #dc82bb

#dc82bb #bbdc82 #82bbdc

Analogous Colors of #dc82bb

#dc82bb #dc828e #d082dc

Monochromatic Colors of #dc82bb

#dc82bb

Complementary Color

#dc82bb #82dca3

#dc82bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc82bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc82bb Color CSS Codes

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

#dc82bb Text Font Color

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

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


#dc82bb Background Color

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

This div background color is #dc82bb


#dc82bb Border Color

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

This div border color is #dc82bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc82bb


Comments

No comments written yet.

Please login to write comment.