Color Hex Logo

#dfa2ca Color Hex

#DFA2CA
(223,162,202)
0 Favorites   0 Comments

Color spaces of #dfa2ca

RGB 223162202
HSL0.890.490.75
HSV321°27°87°
CMYK 0.000.270.09   0.13
XYZ54.012445.792961.8693
Yxy45.79290.33410.2832
Hunter Lab67.670524.0497-6.8380
CIE-Lab73.410928.7555-11.4971

#dfa2ca color RGB value is (223,162,202).

#dfa2ca hex color red value is 223, green value is 162 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dfa2ca hue: 0.89 , saturation: 0.49 and the lightness value of dfa2ca is 0.75.

The process color (four color CMYK) of #dfa2ca color hex is 0.00, 0.27, 0.09, 0.13. Web safe color of #dfa2ca is #cc99cc. Color #dfa2ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 11001010
Octal 337 242 312
Decimal 223 162 202
Hex DF A2 CA

RGB Percentages of Color #dfa2ca

%37.99
%27.60
%34.41

CMYK Percentages of Color #dfa2ca

%0
%27
%9
%13

Triadic Colors of #dfa2ca

#dfa2ca #cadfa2 #a2cadf

Analogous Colors of #dfa2ca

#dfa2ca #dfa2ac #d6a2df

Monochromatic Colors of #dfa2ca

#dfa2ca

Complementary Color

#dfa2ca #a2dfb7

#dfa2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa2ca Color CSS Codes

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

#dfa2ca Text Font Color

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

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


#dfa2ca Background Color

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

This div background color is #dfa2ca


#dfa2ca Border Color

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

This div border color is #dfa2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa2ca


Comments

No comments written yet.

Please login to write comment.