Color Hex Logo

#dc9fff Color Hex

#DC9FFF
(220,159,255)
0 Favorites   0 Comments

Color spaces of #dc9fff

RGB 220159255
HSL0.771.000.81
HSV278°38°100°
CMYK 0.140.380.00   0.00
XYZ59.963347.2319100.5640
Yxy47.23190.28860.2273
Hunter Lab68.725535.4725-38.6495
CIE-Lab74.337939.4432-39.0160

#dc9fff color RGB value is (220,159,255).

#dc9fff hex color red value is 220, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dc9fff hue: 0.77 , saturation: 1.00 and the lightness value of dc9fff is 0.81.

The process color (four color CMYK) of #dc9fff color hex is 0.14, 0.38, 0.00, 0.00. Web safe color of #dc9fff is #cc99ff. Color #dc9fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011111 11111111
Octal 334 237 377
Decimal 220 159 255
Hex DC 9F FF

RGB Percentages of Color #dc9fff

%34.70
%25.08
%40.22

CMYK Percentages of Color #dc9fff

%14
%38
%0
%0

Triadic Colors of #dc9fff

#dc9fff #ffdc9f #9fffdc

Analogous Colors of #dc9fff

#dc9fff #ff9ff2 #ac9fff

Monochromatic Colors of #dc9fff

#dc9fff

Complementary Color

#dc9fff #c2ff9f

#dc9fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9fff Color CSS Codes

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

#dc9fff Text Font Color

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

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


#dc9fff Background Color

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

This div background color is #dc9fff


#dc9fff Border Color

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

This div border color is #dc9fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9fff

#dc9fff Color Palettes


Comments

No comments written yet.

Please login to write comment.