Color Hex Logo

#dfafed Color Hex

#DFAFED
(223,175,237)
0 Favorites   0 Comments

Color spaces of #dfafed

RGB 223175237
HSL0.800.630.81
HSV286°26°93°
CMYK 0.060.260.00   0.07
XYZ61.047552.462387.0295
Yxy52.46230.30440.2616
Hunter Lab72.430923.6926-20.5385
CIE-Lab77.556528.1391-24.3047

#dfafed color RGB value is (223,175,237).

#dfafed hex color red value is 223, green value is 175 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dfafed hue: 0.80 , saturation: 0.63 and the lightness value of dfafed is 0.81.

The process color (four color CMYK) of #dfafed color hex is 0.06, 0.26, 0.00, 0.07. Web safe color of #dfafed is #cc99ff. Color #dfafed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11101101
Octal 337 257 355
Decimal 223 175 237
Hex DF AF ED

RGB Percentages of Color #dfafed

%35.12
%27.56
%37.32

CMYK Percentages of Color #dfafed

%6
%26
%0
%7

Triadic Colors of #dfafed

#dfafed #eddfaf #afeddf

Analogous Colors of #dfafed

#dfafed #edafdc #c0afed

Monochromatic Colors of #dfafed

#dfafed

Complementary Color

#dfafed #bdedaf

#dfafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafed Color CSS Codes

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

#dfafed Text Font Color

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

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


#dfafed Background Color

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

This div background color is #dfafed


#dfafed Border Color

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

This div border color is #dfafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafed


Comments

No comments written yet.

Please login to write comment.