Color Hex Logo

#df7ffb Color Hex

#DF7FFB
(223,127,251)
0 Favorites   0 Comments

Color spaces of #df7ffb

RGB 223127251
HSL0.800.940.74
HSV286°49°98°
CMYK 0.110.490.00   0.02
XYZ55.433437.831895.6474
Yxy37.83180.29340.2003
Hunter Lab61.507653.2341-49.1437
CIE-Lab67.896556.1253-46.8945

#df7ffb color RGB value is (223,127,251).

#df7ffb hex color red value is 223, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #df7ffb hue: 0.80 , saturation: 0.94 and the lightness value of df7ffb is 0.74.

The process color (four color CMYK) of #df7ffb color hex is 0.11, 0.49, 0.00, 0.02. Web safe color of #df7ffb is #cc66ff. Color #df7ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111111 11111011
Octal 337 177 373
Decimal 223 127 251
Hex DF 7F FB

RGB Percentages of Color #df7ffb

%37.10
%21.13
%41.76

CMYK Percentages of Color #df7ffb

%11
%49
%0
%2

Triadic Colors of #df7ffb

#df7ffb #fbdf7f #7ffbdf

Analogous Colors of #df7ffb

#df7ffb #fb7fd9 #a17ffb

Monochromatic Colors of #df7ffb

#df7ffb

Complementary Color

#df7ffb #9bfb7f

#df7ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7ffb Color CSS Codes

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

#df7ffb Text Font Color

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

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


#df7ffb Background Color

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

This div background color is #df7ffb


#df7ffb Border Color

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

This div border color is #df7ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7ffb


Comments

No comments written yet.

Please login to write comment.