Color Hex Logo

#df748e Color Hex

#DF748E
(223,116,142)
0 Favorites   0 Comments

Color spaces of #df748e

RGB 223116142
HSL0.960.630.66
HSV345°48°87°
CMYK 0.000.480.36   0.13
XYZ41.559330.131829.2168
Yxy30.13180.41190.2986
Hunter Lab54.892439.08136.8673
CIE-Lab61.767844.29545.0830

#df748e color RGB value is (223,116,142).

#df748e hex color red value is 223, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #df748e hue: 0.96 , saturation: 0.63 and the lightness value of df748e is 0.66.

The process color (four color CMYK) of #df748e color hex is 0.00, 0.48, 0.36, 0.13. Web safe color of #df748e is #cc6699. Color #df748e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110100 10001110
Octal 337 164 216
Decimal 223 116 142
Hex DF 74 8E

RGB Percentages of Color #df748e

%46.36
%24.12
%29.52

CMYK Percentages of Color #df748e

%0
%48
%36
%13

Triadic Colors of #df748e

#df748e #8edf74 #748edf

Analogous Colors of #df748e

#df748e #df9074 #df74c4

Monochromatic Colors of #df748e

#df748e

Complementary Color

#df748e #74dfc5

#df748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df748e Color CSS Codes

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

#df748e Text Font Color

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

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


#df748e Background Color

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

This div background color is #df748e


#df748e Border Color

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

This div border color is #df748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df748e


Comments

No comments written yet.

Please login to write comment.