Color Hex Logo

#dc9aed Color Hex

#DC9AED
(220,154,237)
0 Favorites   0 Comments

Color spaces of #dc9aed

RGB 220154237
HSL0.800.700.77
HSV288°35°93°
CMYK 0.070.350.00   0.07
XYZ56.356944.441385.7285
Yxy44.44130.30210.2383
Hunter Lab66.664334.2384-29.5803
CIE-Lab72.522538.4927-32.0544

#dc9aed color RGB value is (220,154,237).

#dc9aed hex color red value is 220, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dc9aed hue: 0.80 , saturation: 0.70 and the lightness value of dc9aed is 0.77.

The process color (four color CMYK) of #dc9aed color hex is 0.07, 0.35, 0.00, 0.07. Web safe color of #dc9aed is #cc99ff. Color #dc9aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011010 11101101
Octal 334 232 355
Decimal 220 154 237
Hex DC 9A ED

RGB Percentages of Color #dc9aed

%36.01
%25.20
%38.79

CMYK Percentages of Color #dc9aed

%7
%35
%0
%7

Triadic Colors of #dc9aed

#dc9aed #eddc9a #9aeddc

Analogous Colors of #dc9aed

#dc9aed #ed9ad5 #b39aed

Monochromatic Colors of #dc9aed

#dc9aed

Complementary Color

#dc9aed #abed9a

#dc9aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9aed Color CSS Codes

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

#dc9aed Text Font Color

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

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


#dc9aed Background Color

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

This div background color is #dc9aed


#dc9aed Border Color

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

This div border color is #dc9aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9aed


Comments

No comments written yet.

Please login to write comment.