Color Hex Logo

#dfa8fa Color Hex

#DFA8FA
(223,168,250)
0 Favorites   0 Comments

Color spaces of #dfa8fa

RGB 223168250
HSL0.780.890.82
HSV280°33°98°
CMYK 0.110.330.00   0.02
XYZ61.689450.595496.9570
Yxy50.59540.29480.2418
Hunter Lab71.130430.3297-31.0261
CIE-Lab76.433334.4872-33.0462

#dfa8fa color RGB value is (223,168,250).

#dfa8fa hex color red value is 223, green value is 168 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfa8fa hue: 0.78 , saturation: 0.89 and the lightness value of dfa8fa is 0.82.

The process color (four color CMYK) of #dfa8fa color hex is 0.11, 0.33, 0.00, 0.02. Web safe color of #dfa8fa is #cc99ff. Color #dfa8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 11111010
Octal 337 250 372
Decimal 223 168 250
Hex DF A8 FA

RGB Percentages of Color #dfa8fa

%34.79
%26.21
%39.00

CMYK Percentages of Color #dfa8fa

%11
%33
%0
%2

Triadic Colors of #dfa8fa

#dfa8fa #fadfa8 #a8fadf

Analogous Colors of #dfa8fa

#dfa8fa #faa8ec #b6a8fa

Monochromatic Colors of #dfa8fa

#dfa8fa

Complementary Color

#dfa8fa #c3faa8

#dfa8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa8fa Color CSS Codes

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

#dfa8fa Text Font Color

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

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


#dfa8fa Background Color

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

This div background color is #dfa8fa


#dfa8fa Border Color

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

This div border color is #dfa8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.