Color Hex Logo

#dcacf5 Color Hex

#DCACF5
(220,172,245)
0 Favorites   0 Comments

Color spaces of #dcacf5

RGB 220172245
HSL0.780.780.82
HSV279°30°96°
CMYK 0.100.300.00   0.04
XYZ60.749251.313393.0888
Yxy51.31330.29610.2501
Hunter Lab71.633326.0201-26.9051
CIE-Lab76.868430.4010-29.7023

#dcacf5 color RGB value is (220,172,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11110101
Octal 334 254 365
Decimal 220 172 245
Hex DC AC F5

RGB Percentages of Color #dcacf5

%34.54
%27.00
%38.46

CMYK Percentages of Color #dcacf5

%10
%30
%0
%4

Triadic Colors of #dcacf5

#dcacf5 #f5dcac #acf5dc

Analogous Colors of #dcacf5

#dcacf5 #f5acea #b8acf5

Monochromatic Colors of #dcacf5

#dcacf5

Complementary Color

#dcacf5 #c5f5ac

#dcacf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacf5 Color CSS Codes

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

#dcacf5 Text Font Color

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

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


#dcacf5 Background Color

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

This div background color is #dcacf5


#dcacf5 Border Color

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

This div border color is #dcacf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacf5


Comments

No comments written yet.

Please login to write comment.