Color Hex Logo

#dfa5ea Color Hex

#DFA5EA
(223,165,234)
0 Favorites   0 Comments

Color spaces of #dfa5ea

RGB 223165234
HSL0.810.620.78
HSV290°29°92°
CMYK 0.050.290.00   0.08
XYZ58.737848.538884.1150
Yxy48.53880.30690.2536
Hunter Lab69.669828.5692-22.8142
CIE-Lab75.163532.9429-26.3349

#dfa5ea color RGB value is (223,165,234).

#dfa5ea hex color red value is 223, green value is 165 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dfa5ea hue: 0.81 , saturation: 0.62 and the lightness value of dfa5ea is 0.78.

The process color (four color CMYK) of #dfa5ea color hex is 0.05, 0.29, 0.00, 0.08. Web safe color of #dfa5ea is #cc99ff. Color #dfa5ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 11101010
Octal 337 245 352
Decimal 223 165 234
Hex DF A5 EA

RGB Percentages of Color #dfa5ea

%35.85
%26.53
%37.62

CMYK Percentages of Color #dfa5ea

%5
%29
%0
%8

Triadic Colors of #dfa5ea

#dfa5ea #eadfa5 #a5eadf

Analogous Colors of #dfa5ea

#dfa5ea #eaa5d3 #bda5ea

Monochromatic Colors of #dfa5ea

#dfa5ea

Complementary Color

#dfa5ea #b0eaa5

#dfa5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa5ea Color CSS Codes

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

#dfa5ea Text Font Color

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

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


#dfa5ea Background Color

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

This div background color is #dfa5ea


#dfa5ea Border Color

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

This div border color is #dfa5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa5ea


Comments

No comments written yet.

Please login to write comment.