Color Hex Logo

#dcaff7 Color Hex

#DCAFF7
(220,175,247)
0 Favorites   0 Comments

Color spaces of #dcaff7

RGB 220175247
HSL0.770.820.83
HSV278°29°97°
CMYK 0.110.290.00   0.03
XYZ61.633752.591094.8983
Yxy52.59100.29470.2515
Hunter Lab72.519724.7959-26.8224
CIE-Lab77.632929.1860-29.6062

#dcaff7 color RGB value is (220,175,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11110111
Octal 334 257 367
Decimal 220 175 247
Hex DC AF F7

RGB Percentages of Color #dcaff7

%34.27
%27.26
%38.47

CMYK Percentages of Color #dcaff7

%11
%29
%0
%3

Triadic Colors of #dcaff7

#dcaff7 #f7dcaf #aff7dc

Analogous Colors of #dcaff7

#dcaff7 #f7afee #b8aff7

Monochromatic Colors of #dcaff7

#dcaff7

Complementary Color

#dcaff7 #caf7af

#dcaff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaff7 Color CSS Codes

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

#dcaff7 Text Font Color

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

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


#dcaff7 Background Color

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

This div background color is #dcaff7


#dcaff7 Border Color

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

This div border color is #dcaff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaff7


Comments

No comments written yet.

Please login to write comment.