Color Hex Logo

#dcacf4 Color Hex

#DCACF4
(220,172,244)
0 Favorites   0 Comments

Color spaces of #dcacf4

RGB 220172244
HSL0.780.770.82
HSV280°30°96°
CMYK 0.100.300.00   0.04
XYZ60.596951.252392.2868
Yxy51.25230.29680.2511
Hunter Lab71.590725.8049-26.3166
CIE-Lab76.831630.1995-29.2190

#dcacf4 color RGB value is (220,172,244).

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

The process color (four color CMYK) of #dcacf4 color hex is 0.10, 0.30, 0.00, 0.04. Web safe color of #dcacf4 is #cc99ff. Color #dcacf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11110100
Octal 334 254 364
Decimal 220 172 244
Hex DC AC F4

RGB Percentages of Color #dcacf4

%34.59
%27.04
%38.36

CMYK Percentages of Color #dcacf4

%10
%30
%0
%4

Triadic Colors of #dcacf4

#dcacf4 #f4dcac #acf4dc

Analogous Colors of #dcacf4

#dcacf4 #f4ace8 #b8acf4

Monochromatic Colors of #dcacf4

#dcacf4

Complementary Color

#dcacf4 #c4f4ac

#dcacf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacf4 Color CSS Codes

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

#dcacf4 Text Font Color

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

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


#dcacf4 Background Color

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

This div background color is #dcacf4


#dcacf4 Border Color

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

This div border color is #dcacf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacf4


Comments

No comments written yet.

Please login to write comment.