Color Hex Logo

#df28be Color Hex

#DF28BE
(223,40,190)
0 Favorites   0 Comments

Color spaces of #df28be

RGB 22340190
HSL0.860.740.52
HSV311°82°87°
CMYK 0.000.820.15   0.13
XYZ40.484520.923350.6200
Yxy20.92330.36140.1868
Hunter Lab45.742077.9351-33.5934
CIE-Lab52.865479.3673-36.2019

#df28be color RGB value is (223,40,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101000 10111110
Octal 337 50 276
Decimal 223 40 190
Hex DF 28 BE

RGB Percentages of Color #df28be

%49.23
%8.83
%41.94

CMYK Percentages of Color #df28be

%0
%82
%15
%13

Triadic Colors of #df28be

#df28be #bedf28 #28bedf

Analogous Colors of #df28be

#df28be #df2863 #a528df

Monochromatic Colors of #df28be

#df28be

Complementary Color

#df28be #28df49

#df28be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df28be Color Preview on White Background

Lorem ipsum dolor sit amet.

#df28be Color CSS Codes

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

#df28be Text Font Color

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

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


#df28be Background Color

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

This div background color is #df28be


#df28be Border Color

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

This div border color is #df28be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df28be


Comments

No comments written yet.

Please login to write comment.