Color Hex Logo

#dcacfb Color Hex

#DCACFB
(220,172,251)
0 Favorites   0 Comments

Color spaces of #dcacfb

RGB 220172251
HSL0.770.910.83
HSV276°31°98°
CMYK 0.120.310.00   0.02
XYZ61.680351.685797.9922
Yxy51.68570.29180.2445
Hunter Lab71.892827.3315-30.4893
CIE-Lab77.092531.6243-32.5919

#dcacfb color RGB value is (220,172,251).

#dcacfb hex color red value is 220, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dcacfb hue: 0.77 , saturation: 0.91 and the lightness value of dcacfb is 0.83.

The process color (four color CMYK) of #dcacfb color hex is 0.12, 0.31, 0.00, 0.02. Web safe color of #dcacfb is #cc99ff. Color #dcacfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11111011
Octal 334 254 373
Decimal 220 172 251
Hex DC AC FB

RGB Percentages of Color #dcacfb

%34.21
%26.75
%39.04

CMYK Percentages of Color #dcacfb

%12
%31
%0
%2

Triadic Colors of #dcacfb

#dcacfb #fbdcac #acfbdc

Analogous Colors of #dcacfb

#dcacfb #fbacf3 #b5acfb

Monochromatic Colors of #dcacfb

#dcacfb

Complementary Color

#dcacfb #cbfbac

#dcacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacfb Color CSS Codes

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

#dcacfb Text Font Color

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

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


#dcacfb Background Color

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

This div background color is #dcacfb


#dcacfb Border Color

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

This div border color is #dcacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacfb


Comments

No comments written yet.

Please login to write comment.