Color Hex Logo

#dc89ca Color Hex

#DC89CA
(220,137,202)
0 Favorites   0 Comments

Color spaces of #dc89ca

RGB 220137202
HSL0.870.540.70
HSV313°38°86°
CMYK 0.000.380.08   0.14
XYZ49.121537.371260.5015
Yxy37.37120.33420.2542
Hunter Lab61.132036.4495-15.8861
CIE-Lab67.554641.1003-20.3644

#dc89ca color RGB value is (220,137,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 11001010
Octal 334 211 312
Decimal 220 137 202
Hex DC 89 CA

RGB Percentages of Color #dc89ca

%39.36
%24.51
%36.14

CMYK Percentages of Color #dc89ca

%0
%38
%8
%14

Triadic Colors of #dc89ca

#dc89ca #cadc89 #89cadc

Analogous Colors of #dc89ca

#dc89ca #dc89a1 #c589dc

Monochromatic Colors of #dc89ca

#dc89ca

Complementary Color

#dc89ca #89dc9b

#dc89ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc89ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc89ca Color CSS Codes

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

#dc89ca Text Font Color

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

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


#dc89ca Background Color

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

This div background color is #dc89ca


#dc89ca Border Color

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

This div border color is #dc89ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc89ca


Comments

No comments written yet.

Please login to write comment.