Color Hex Logo

#df7fbe Color Hex

#DF7FBE
(223,127,190)
0 Favorites   0 Comments

Color spaces of #df7fbe

RGB 223127190
HSL0.890.600.69
HSV321°43°87°
CMYK 0.000.430.15   0.13
XYZ47.315134.584452.8969
Yxy34.58440.35100.2566
Hunter Lab58.808540.6995-12.1640
CIE-Lab65.423845.3046-16.8386

#df7fbe color RGB value is (223,127,190).

#df7fbe hex color red value is 223, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #df7fbe hue: 0.89 , saturation: 0.60 and the lightness value of df7fbe is 0.69.

The process color (four color CMYK) of #df7fbe color hex is 0.00, 0.43, 0.15, 0.13. Web safe color of #df7fbe is #cc66cc. Color #df7fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111111 10111110
Octal 337 177 276
Decimal 223 127 190
Hex DF 7F BE

RGB Percentages of Color #df7fbe

%41.30
%23.52
%35.19

CMYK Percentages of Color #df7fbe

%0
%43
%15
%13

Triadic Colors of #df7fbe

#df7fbe #bedf7f #7fbedf

Analogous Colors of #df7fbe

#df7fbe #df7f8e #d07fdf

Monochromatic Colors of #df7fbe

#df7fbe

Complementary Color

#df7fbe #7fdfa0

#df7fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7fbe Color CSS Codes

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

#df7fbe Text Font Color

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

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


#df7fbe Background Color

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

This div background color is #df7fbe


#df7fbe Border Color

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

This div border color is #df7fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7fbe


Comments

No comments written yet.

Please login to write comment.