Color Hex Logo

#dcabfe Color Hex

#DCABFE
(220,171,254)
0 Favorites   0 Comments

Color spaces of #dcabfe

RGB 220171254
HSL0.770.980.83
HSV275°33°100°
CMYK 0.130.330.00   0.00
XYZ61.967551.4972100.4398
Yxy51.49720.28970.2407
Hunter Lab71.761528.5555-32.7511
CIE-Lab76.979232.7835-34.3817

#dcabfe color RGB value is (220,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11111110
Octal 334 253 376
Decimal 220 171 254
Hex DC AB FE

RGB Percentages of Color #dcabfe

%34.11
%26.51
%39.38

CMYK Percentages of Color #dcabfe

%13
%33
%0
%0

Triadic Colors of #dcabfe

#dcabfe #fedcab #abfedc

Analogous Colors of #dcabfe

#dcabfe #feabf7 #b3abfe

Monochromatic Colors of #dcabfe

#dcabfe

Complementary Color

#dcabfe #cdfeab

#dcabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabfe Color CSS Codes

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

#dcabfe Text Font Color

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

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


#dcabfe Background Color

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

This div background color is #dcabfe


#dcabfe Border Color

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

This div border color is #dcabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabfe

Related Colors


Comments

No comments written yet.

Please login to write comment.