Color Hex Logo

#df769b Color Hex

#DF769B
(223,118,155)
0 Favorites   0 Comments

Color spaces of #df769b

RGB 223118155
HSL0.940.620.67
HSV339°47°87°
CMYK 0.000.470.30   0.13
XYZ42.826331.011434.7390
Yxy31.01140.39440.2856
Hunter Lab55.687939.82011.9955
CIE-Lab62.517344.8829-1.2878

#df769b color RGB value is (223,118,155).

#df769b hex color red value is 223, green value is 118 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #df769b hue: 0.94 , saturation: 0.62 and the lightness value of df769b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110110 10011011
Octal 337 166 233
Decimal 223 118 155
Hex DF 76 9B

RGB Percentages of Color #df769b

%44.96
%23.79
%31.25

CMYK Percentages of Color #df769b

%0
%47
%30
%13

Triadic Colors of #df769b

#df769b #9bdf76 #769bdf

Analogous Colors of #df769b

#df769b #df8676 #df76d0

Monochromatic Colors of #df769b

#df769b

Complementary Color

#df769b #76dfba

#df769b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df769b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df769b Color CSS Codes

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

#df769b Text Font Color

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

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


#df769b Background Color

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

This div background color is #df769b


#df769b Border Color

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

This div border color is #df769b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df769b


Comments

No comments written yet.

Please login to write comment.