Color Hex Logo

#df31b6 Color Hex

#DF31B6
(223,49,182)
0 Favorites   0 Comments

Color spaces of #df31b6

RGB 22349182
HSL0.870.730.53
HSV314°78°87°
CMYK 0.000.780.18   0.13
XYZ39.973221.262046.2531
Yxy21.26200.37190.1978
Hunter Lab46.110774.0471-27.1955
CIE-Lab53.235176.1837-30.9747

#df31b6 color RGB value is (223,49,182).

#df31b6 hex color red value is 223, green value is 49 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #df31b6 hue: 0.87 , saturation: 0.73 and the lightness value of df31b6 is 0.53.

The process color (four color CMYK) of #df31b6 color hex is 0.00, 0.78, 0.18, 0.13. Web safe color of #df31b6 is #cc33cc. Color #df31b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110001 10110110
Octal 337 61 266
Decimal 223 49 182
Hex DF 31 B6

RGB Percentages of Color #df31b6

%49.12
%10.79
%40.09

CMYK Percentages of Color #df31b6

%0
%78
%18
%13

Triadic Colors of #df31b6

#df31b6 #b6df31 #31b6df

Analogous Colors of #df31b6

#df31b6 #df315f #b131df

Monochromatic Colors of #df31b6

#df31b6

Complementary Color

#df31b6 #31df5a

#df31b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df31b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df31b6 Color CSS Codes

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

#df31b6 Text Font Color

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

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


#df31b6 Background Color

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

This div background color is #df31b6


#df31b6 Border Color

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

This div border color is #df31b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df31b6


Comments

No comments written yet.

Please login to write comment.