Color Hex Logo

#df7fce Color Hex

#DF7FCE
(223,127,206)
0 Favorites   0 Comments

Color spaces of #df7fce

RGB 223127206
HSL0.860.600.69
HSV311°43°87°
CMYK 0.000.430.08   0.13
XYZ49.161435.323062.6194
Yxy35.32300.33420.2401
Hunter Lab59.433243.6421-20.8654
CIE-Lab65.999447.9125-24.9425

#df7fce color RGB value is (223,127,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111111 11001110
Octal 337 177 316
Decimal 223 127 206
Hex DF 7F CE

RGB Percentages of Color #df7fce

%40.11
%22.84
%37.05

CMYK Percentages of Color #df7fce

%0
%43
%8
%13

Triadic Colors of #df7fce

#df7fce #cedf7f #7fcedf

Analogous Colors of #df7fce

#df7fce #df7f9e #c07fdf

Monochromatic Colors of #df7fce

#df7fce

Complementary Color

#df7fce #7fdf90

#df7fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7fce Color CSS Codes

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

#df7fce Text Font Color

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

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


#df7fce Background Color

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

This div background color is #df7fce


#df7fce Border Color

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

This div border color is #df7fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7fce


Comments

No comments written yet.

Please login to write comment.