Color Hex Logo

#dc89ea Color Hex

#DC89EA
(220,137,234)
0 Favorites   0 Comments

Color spaces of #dc89ea

RGB 220137234
HSL0.810.700.73
HSV291°41°92°
CMYK 0.060.410.00   0.08
XYZ53.312139.047582.5690
Yxy39.04750.30480.2232
Hunter Lab62.488042.9346-34.6017
CIE-Lab68.785746.8944-36.2000

#dc89ea color RGB value is (220,137,234).

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

The process color (four color CMYK) of #dc89ea color hex is 0.06, 0.41, 0.00, 0.08. Web safe color of #dc89ea is #cc99ff. Color #dc89ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 11101010
Octal 334 211 352
Decimal 220 137 234
Hex DC 89 EA

RGB Percentages of Color #dc89ea

%37.23
%23.18
%39.59

CMYK Percentages of Color #dc89ea

%6
%41
%0
%8

Triadic Colors of #dc89ea

#dc89ea #eadc89 #89eadc

Analogous Colors of #dc89ea

#dc89ea #ea89c8 #ac89ea

Monochromatic Colors of #dc89ea

#dc89ea

Complementary Color

#dc89ea #97ea89

#dc89ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc89ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc89ea Color CSS Codes

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

#dc89ea Text Font Color

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

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


#dc89ea Background Color

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

This div background color is #dc89ea


#dc89ea Border Color

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

This div border color is #dc89ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc89ea


Comments

No comments written yet.

Please login to write comment.