Color Hex Logo

#dc9bfe Color Hex

#DC9BFE
(220,155,254)
0 Favorites   0 Comments

Color spaces of #dc9bfe

RGB 220155254
HSL0.780.980.80
HSV279°39°100°
CMYK 0.130.390.00   0.00
XYZ59.125945.814199.4927
Yxy45.81410.28920.2241
Hunter Lab67.686137.4745-39.7709
CIE-Lab73.424741.3735-39.8962

#dc9bfe color RGB value is (220,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011011 11111110
Octal 334 233 376
Decimal 220 155 254
Hex DC 9B FE

RGB Percentages of Color #dc9bfe

%34.98
%24.64
%40.38

CMYK Percentages of Color #dc9bfe

%13
%39
%0
%0

Triadic Colors of #dc9bfe

#dc9bfe #fedc9b #9bfedc

Analogous Colors of #dc9bfe

#dc9bfe #fe9bef #ab9bfe

Monochromatic Colors of #dc9bfe

#dc9bfe

Complementary Color

#dc9bfe #bdfe9b

#dc9bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9bfe Color CSS Codes

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

#dc9bfe Text Font Color

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

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


#dc9bfe Background Color

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

This div background color is #dc9bfe


#dc9bfe Border Color

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

This div border color is #dc9bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9bfe


Comments

No comments written yet.

Please login to write comment.