Color Hex Logo

#df29ba Color Hex

#DF29BA
(223,41,186)
0 Favorites   0 Comments

Color spaces of #df29ba

RGB 22341186
HSL0.870.740.52
HSV312°82°87°
CMYK 0.000.820.17   0.13
XYZ40.087320.819048.3600
Yxy20.81900.36690.1905
Hunter Lab45.627876.9762-30.9007
CIE-Lab52.750878.6270-34.0585

#df29ba color RGB value is (223,41,186).

#df29ba hex color red value is 223, green value is 41 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #df29ba hue: 0.87 , saturation: 0.74 and the lightness value of df29ba is 0.52.

The process color (four color CMYK) of #df29ba color hex is 0.00, 0.82, 0.17, 0.13. Web safe color of #df29ba is #cc33cc. Color #df29ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 10111010
Octal 337 51 272
Decimal 223 41 186
Hex DF 29 BA

RGB Percentages of Color #df29ba

%49.56
%9.11
%41.33

CMYK Percentages of Color #df29ba

%0
%82
%17
%13

Triadic Colors of #df29ba

#df29ba #badf29 #29badf

Analogous Colors of #df29ba

#df29ba #df295f #a929df

Monochromatic Colors of #df29ba

#df29ba

Complementary Color

#df29ba #29df4e

#df29ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df29ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df29ba Color CSS Codes

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

#df29ba Text Font Color

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

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


#df29ba Background Color

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

This div background color is #df29ba


#df29ba Border Color

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

This div border color is #df29ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df29ba


Comments

No comments written yet.

Please login to write comment.