Color Hex Logo

#dc9bff Color Hex

#DC9BFF
(220,155,255)
0 Favorites   0 Comments

Color spaces of #dc9bff

RGB 220155255
HSL0.781.000.80
HSV279°39°100°
CMYK 0.140.390.00   0.00
XYZ59.286545.8783100.3384
Yxy45.87830.28850.2232
Hunter Lab67.733537.7057-40.4170
CIE-Lab73.466541.5796-40.3726

#dc9bff color RGB value is (220,155,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011011 11111111
Octal 334 233 377
Decimal 220 155 255
Hex DC 9B FF

RGB Percentages of Color #dc9bff

%34.92
%24.60
%40.48

CMYK Percentages of Color #dc9bff

%14
%39
%0
%0

Triadic Colors of #dc9bff

#dc9bff #ffdc9b #9bffdc

Analogous Colors of #dc9bff

#dc9bff #ff9bf0 #aa9bff

Monochromatic Colors of #dc9bff

#dc9bff

Complementary Color

#dc9bff #beff9b

#dc9bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9bff Color CSS Codes

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

#dc9bff Text Font Color

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

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


#dc9bff Background Color

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

This div background color is #dc9bff


#dc9bff Border Color

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

This div border color is #dc9bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,155,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 #dc9bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9bff


Comments

No comments written yet.

Please login to write comment.