Color Hex Logo

#dc89cb Color Hex

#DC89CB
(220,137,203)
0 Favorites   0 Comments

Color spaces of #dc89cb

RGB 220137203
HSL0.870.540.70
HSV312°38°86°
CMYK 0.000.380.08   0.14
XYZ49.240437.418861.1272
Yxy37.41880.33320.2532
Hunter Lab61.170936.6370-16.4280
CIE-Lab67.590141.2709-20.8681

#dc89cb color RGB value is (220,137,203).

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

The process color (four color CMYK) of #dc89cb color hex is 0.00, 0.38, 0.08, 0.14. Web safe color of #dc89cb is #cc99cc. Color #dc89cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 11001011
Octal 334 211 313
Decimal 220 137 203
Hex DC 89 CB

RGB Percentages of Color #dc89cb

%39.29
%24.46
%36.25

CMYK Percentages of Color #dc89cb

%0
%38
%8
%14

Triadic Colors of #dc89cb

#dc89cb #cbdc89 #89cbdc

Analogous Colors of #dc89cb

#dc89cb #dc89a2 #c489dc

Monochromatic Colors of #dc89cb

#dc89cb

Complementary Color

#dc89cb #89dc9a

#dc89cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc89cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc89cb Color CSS Codes

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

#dc89cb Text Font Color

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

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


#dc89cb Background Color

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

This div background color is #dc89cb


#dc89cb Border Color

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

This div border color is #dc89cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc89cb


Comments

No comments written yet.

Please login to write comment.