Color Hex Logo

#df58be Color Hex

#DF58BE
(223,88,190)
0 Favorites   0 Comments

Color spaces of #df58be

RGB 22388190
HSL0.870.680.61
HSV315°61°87°
CMYK 0.000.610.15   0.13
XYZ43.215426.385151.5303
Yxy26.38510.35680.2178
Hunter Lab51.366460.2837-23.5226
CIE-Lab58.400863.7836-27.5814

#df58be color RGB value is (223,88,190).

#df58be hex color red value is 223, green value is 88 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #df58be hue: 0.87 , saturation: 0.68 and the lightness value of df58be is 0.61.

The process color (four color CMYK) of #df58be color hex is 0.00, 0.61, 0.15, 0.13. Web safe color of #df58be is #cc66cc. Color #df58be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011000 10111110
Octal 337 130 276
Decimal 223 88 190
Hex DF 58 BE

RGB Percentages of Color #df58be

%44.51
%17.56
%37.92

CMYK Percentages of Color #df58be

%0
%61
%15
%13

Triadic Colors of #df58be

#df58be #bedf58 #58bedf

Analogous Colors of #df58be

#df58be #df587b #bd58df

Monochromatic Colors of #df58be

#df58be

Complementary Color

#df58be #58df79

#df58be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df58be Color Preview on White Background

Lorem ipsum dolor sit amet.

#df58be Color CSS Codes

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

#df58be Text Font Color

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

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


#df58be Background Color

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

This div background color is #df58be


#df58be Border Color

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

This div border color is #df58be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df58be


Comments

No comments written yet.

Please login to write comment.