Color Hex Logo

#df916b Color Hex

#DF916B
(223,145,107)
0 Favorites   0 Comments

Color spaces of #df916b

RGB 223145107
HSL0.050.640.65
HSV20°52°87°
CMYK 0.000.350.52   0.13
XYZ43.210737.000318.7742
Yxy37.00030.43650.3738
Hunter Lab60.827920.353524.2800
CIE-Lab67.277325.509132.2639

#df916b color RGB value is (223,145,107).

#df916b hex color red value is 223, green value is 145 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #df916b hue: 0.05 , saturation: 0.64 and the lightness value of df916b is 0.65.

The process color (four color CMYK) of #df916b color hex is 0.00, 0.35, 0.52, 0.13. Web safe color of #df916b is #cc9966. Color #df916b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010001 01101011
Octal 337 221 153
Decimal 223 145 107
Hex DF 91 6B

RGB Percentages of Color #df916b

%46.95
%30.53
%22.53

CMYK Percentages of Color #df916b

%0
%35
%52
%13

Triadic Colors of #df916b

#df916b #6bdf91 #916bdf

Analogous Colors of #df916b

#df916b #dfcb6b #df6b7f

Monochromatic Colors of #df916b

#df916b

Complementary Color

#df916b #6bb9df

#df916b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df916b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df916b Color CSS Codes

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

#df916b Text Font Color

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

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


#df916b Background Color

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

This div background color is #df916b


#df916b Border Color

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

This div border color is #df916b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df916b


Comments

No comments written yet.

Please login to write comment.