Color Hex Logo

#df7d9b Color Hex

#DF7D9B
(223,125,155)
0 Favorites   0 Comments

Color spaces of #df7d9b

RGB 223125155
HSL0.950.600.68
HSV342°44°87°
CMYK 0.000.440.30   0.13
XYZ43.681432.721835.0240
Yxy32.72180.39200.2937
Hunter Lab57.203036.20123.7402
CIE-Lab63.935041.30630.7839

#df7d9b color RGB value is (223,125,155).

#df7d9b hex color red value is 223, green value is 125 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #df7d9b hue: 0.95 , saturation: 0.60 and the lightness value of df7d9b is 0.68.

The process color (four color CMYK) of #df7d9b color hex is 0.00, 0.44, 0.30, 0.13. Web safe color of #df7d9b is #cc6699. Color #df7d9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111101 10011011
Octal 337 175 233
Decimal 223 125 155
Hex DF 7D 9B

RGB Percentages of Color #df7d9b

%44.33
%24.85
%30.82

CMYK Percentages of Color #df7d9b

%0
%44
%30
%13

Triadic Colors of #df7d9b

#df7d9b #9bdf7d #7d9bdf

Analogous Colors of #df7d9b

#df7d9b #df907d #df7dcc

Monochromatic Colors of #df7d9b

#df7d9b

Complementary Color

#df7d9b #7ddfc1

#df7d9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7d9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7d9b Color CSS Codes

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

#df7d9b Text Font Color

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

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


#df7d9b Background Color

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

This div background color is #df7d9b


#df7d9b Border Color

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

This div border color is #df7d9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7d9b


Comments

No comments written yet.

Please login to write comment.