Color Hex Logo

#dc9fef Color Hex

#DC9FEF
(220,159,239)
0 Favorites   0 Comments

Color spaces of #dc9fef

RGB 220159239
HSL0.790.710.78
HSV286°33°94°
CMYK 0.080.330.00   0.06
XYZ57.493346.243987.5571
Yxy46.24390.30050.2417
Hunter Lab68.002931.9085-28.7368
CIE-Lab73.703536.2066-31.3220

#dc9fef color RGB value is (220,159,239).

#dc9fef hex color red value is 220, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dc9fef hue: 0.79 , saturation: 0.71 and the lightness value of dc9fef is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011111 11101111
Octal 334 237 357
Decimal 220 159 239
Hex DC 9F EF

RGB Percentages of Color #dc9fef

%35.60
%25.73
%38.67

CMYK Percentages of Color #dc9fef

%8
%33
%0
%6

Triadic Colors of #dc9fef

#dc9fef #efdc9f #9fefdc

Analogous Colors of #dc9fef

#dc9fef #ef9fda #b49fef

Monochromatic Colors of #dc9fef

#dc9fef

Complementary Color

#dc9fef #b2ef9f

#dc9fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9fef Color CSS Codes

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

#dc9fef Text Font Color

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

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


#dc9fef Background Color

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

This div background color is #dc9fef


#dc9fef Border Color

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

This div border color is #dc9fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9fef


Comments

No comments written yet.

Please login to write comment.