Color Hex Logo

#df6aca Color Hex

#DF6ACA
(223,106,202)
0 Favorites   0 Comments

Color spaces of #df6aca

RGB 223106202
HSL0.860.650.65
HSV311°52°87°
CMYK 0.000.520.09   0.13
XYZ46.246130.260359.2805
Yxy30.26030.34060.2229
Hunter Lab55.009453.7977-25.3869
CIE-Lab61.878257.5805-29.0377

#df6aca color RGB value is (223,106,202).

#df6aca hex color red value is 223, green value is 106 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #df6aca hue: 0.86 , saturation: 0.65 and the lightness value of df6aca is 0.65.

The process color (four color CMYK) of #df6aca color hex is 0.00, 0.52, 0.09, 0.13. Web safe color of #df6aca is #cc66cc. Color #df6aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101010 11001010
Octal 337 152 312
Decimal 223 106 202
Hex DF 6A CA

RGB Percentages of Color #df6aca

%42.00
%19.96
%38.04

CMYK Percentages of Color #df6aca

%0
%52
%9
%13

Triadic Colors of #df6aca

#df6aca #cadf6a #6acadf

Analogous Colors of #df6aca

#df6aca #df6a90 #ba6adf

Monochromatic Colors of #df6aca

#df6aca

Complementary Color

#df6aca #6adf7f

#df6aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6aca Color CSS Codes

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

#df6aca Text Font Color

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

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


#df6aca Background Color

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

This div background color is #df6aca


#df6aca Border Color

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

This div border color is #df6aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,106,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 #df6aca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6aca


Comments

No comments written yet.

Please login to write comment.