Color Hex Logo

#dcacf8 Color Hex

#DCACF8
(220,172,248)
0 Favorites   0 Comments

Color spaces of #dcacf8

RGB 220172248
HSL0.770.840.82
HSV278°31°97°
CMYK 0.110.310.00   0.03
XYZ61.211051.498095.5209
Yxy51.49800.29400.2473
Hunter Lab71.762126.6716-28.6861
CIE-Lab76.979731.0099-31.1493

#dcacf8 color RGB value is (220,172,248).

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

The process color (four color CMYK) of #dcacf8 color hex is 0.11, 0.31, 0.00, 0.03. Web safe color of #dcacf8 is #cc99ff. Color #dcacf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11111000
Octal 334 254 370
Decimal 220 172 248
Hex DC AC F8

RGB Percentages of Color #dcacf8

%34.38
%26.88
%38.75

CMYK Percentages of Color #dcacf8

%11
%31
%0
%3

Triadic Colors of #dcacf8

#dcacf8 #f8dcac #acf8dc

Analogous Colors of #dcacf8

#dcacf8 #f8acee #b6acf8

Monochromatic Colors of #dcacf8

#dcacf8

Complementary Color

#dcacf8 #c8f8ac

#dcacf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacf8 Color CSS Codes

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

#dcacf8 Text Font Color

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

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


#dcacf8 Background Color

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

This div background color is #dcacf8


#dcacf8 Border Color

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

This div border color is #dcacf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacf8


Comments

No comments written yet.

Please login to write comment.