Color Hex Logo

#dcaffd Color Hex

#DCAFFD
(220,175,253)
0 Favorites   0 Comments

Color spaces of #dcaffd

RGB 220175253
HSL0.760.950.84
HSV275°31°99°
CMYK 0.130.310.00   0.01
XYZ62.574852.967499.8542
Yxy52.96740.29050.2459
Hunter Lab72.778726.1108-30.4023
CIE-Lab77.855730.4171-32.4914

#dcaffd color RGB value is (220,175,253).

#dcaffd hex color red value is 220, green value is 175 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dcaffd hue: 0.76 , saturation: 0.95 and the lightness value of dcaffd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11111101
Octal 334 257 375
Decimal 220 175 253
Hex DC AF FD

RGB Percentages of Color #dcaffd

%33.95
%27.01
%39.04

CMYK Percentages of Color #dcaffd

%13
%31
%0
%1

Triadic Colors of #dcaffd

#dcaffd #fddcaf #affddc

Analogous Colors of #dcaffd

#dcaffd #fdaff7 #b5affd

Monochromatic Colors of #dcaffd

#dcaffd

Complementary Color

#dcaffd #d0fdaf

#dcaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaffd Color CSS Codes

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

#dcaffd Text Font Color

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

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


#dcaffd Background Color

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

This div background color is #dcaffd


#dcaffd Border Color

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

This div border color is #dcaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaffd


Comments

No comments written yet.

Please login to write comment.