Color Hex Logo

#dc8bbb Color Hex

#DC8BBB
(220,139,187)
0 Favorites   0 Comments

Color spaces of #dc8bbb

RGB 220139187
HSL0.900.540.70
HSV324°37°86°
CMYK 0.000.370.15   0.14
XYZ47.717537.268751.6923
Yxy37.26870.34910.2727
Hunter Lab61.048132.6882-7.4700
CIE-Lab67.478137.5700-12.0940

#dc8bbb color RGB value is (220,139,187).

#dc8bbb hex color red value is 220, green value is 139 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dc8bbb hue: 0.90 , saturation: 0.54 and the lightness value of dc8bbb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001011 10111011
Octal 334 213 273
Decimal 220 139 187
Hex DC 8B BB

RGB Percentages of Color #dc8bbb

%40.29
%25.46
%34.25

CMYK Percentages of Color #dc8bbb

%0
%37
%15
%14

Triadic Colors of #dc8bbb

#dc8bbb #bbdc8b #8bbbdc

Analogous Colors of #dc8bbb

#dc8bbb #dc8b93 #d58bdc

Monochromatic Colors of #dc8bbb

#dc8bbb

Complementary Color

#dc8bbb #8bdcac

#dc8bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8bbb Color CSS Codes

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

#dc8bbb Text Font Color

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

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


#dc8bbb Background Color

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

This div background color is #dc8bbb


#dc8bbb Border Color

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

This div border color is #dc8bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,139,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 #dc8bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8bbb


Comments

No comments written yet.

Please login to write comment.