Color Hex Logo

#dc9afe Color Hex

#DC9AFE
(220,154,254)
0 Favorites   0 Comments

Color spaces of #dc9afe

RGB 220154254
HSL0.780.980.80
HSV280°39°100°
CMYK 0.130.390.00   0.00
XYZ58.960245.482699.4374
Yxy45.48260.28920.2231
Hunter Lab67.440838.0325-40.2110
CIE-Lab73.208541.9063-40.2331

#dc9afe color RGB value is (220,154,254).

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

The process color (four color CMYK) of #dc9afe color hex is 0.13, 0.39, 0.00, 0.00. Web safe color of #dc9afe is #cc99ff. Color #dc9afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011010 11111110
Octal 334 232 376
Decimal 220 154 254
Hex DC 9A FE

RGB Percentages of Color #dc9afe

%35.03
%24.52
%40.45

CMYK Percentages of Color #dc9afe

%13
%39
%0
%0

Triadic Colors of #dc9afe

#dc9afe #fedc9a #9afedc

Analogous Colors of #dc9afe

#dc9afe #fe9aee #aa9afe

Monochromatic Colors of #dc9afe

#dc9afe

Complementary Color

#dc9afe #bcfe9a

#dc9afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9afe Color CSS Codes

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

#dc9afe Text Font Color

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

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


#dc9afe Background Color

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

This div background color is #dc9afe


#dc9afe Border Color

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

This div border color is #dc9afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9afe

Related Colors


Comments

No comments written yet.

Please login to write comment.