Color Hex Logo

#df6aba Color Hex

#DF6ABA
(223,106,186)
0 Favorites   0 Comments

Color spaces of #df6aba

RGB 223106186
HSL0.890.650.65
HSV319°52°87°
CMYK 0.000.520.17   0.13
XYZ44.448429.541249.8137
Yxy29.54120.35900.2386
Hunter Lab54.351850.8599-16.2933
CIE-Lab61.256355.0977-20.9078

#df6aba color RGB value is (223,106,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101010 10111010
Octal 337 152 272
Decimal 223 106 186
Hex DF 6A BA

RGB Percentages of Color #df6aba

%43.30
%20.58
%36.12

CMYK Percentages of Color #df6aba

%0
%52
%17
%13

Triadic Colors of #df6aba

#df6aba #badf6a #6abadf

Analogous Colors of #df6aba

#df6aba #df6a80 #ca6adf

Monochromatic Colors of #df6aba

#df6aba

Complementary Color

#df6aba #6adf8f

#df6aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6aba Color CSS Codes

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

#df6aba Text Font Color

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

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


#df6aba Background Color

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

This div background color is #df6aba


#df6aba Border Color

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

This div border color is #df6aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6aba


Comments

No comments written yet.

Please login to write comment.