Color Hex Logo

#df7feb Color Hex

#DF7FEB
(223,127,235)
0 Favorites   0 Comments

Color spaces of #df7feb

RGB 223127235
HSL0.810.730.71
HSV293°46°92°
CMYK 0.050.460.00   0.08
XYZ53.016236.864982.9186
Yxy36.86490.30680.2133
Hunter Lab60.716549.6082-38.4690
CIE-Lab67.175553.0702-39.2331

#df7feb color RGB value is (223,127,235).

#df7feb hex color red value is 223, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #df7feb hue: 0.81 , saturation: 0.73 and the lightness value of df7feb is 0.71.

The process color (four color CMYK) of #df7feb color hex is 0.05, 0.46, 0.00, 0.08. Web safe color of #df7feb is #cc66ff. Color #df7feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111111 11101011
Octal 337 177 353
Decimal 223 127 235
Hex DF 7F EB

RGB Percentages of Color #df7feb

%38.12
%21.71
%40.17

CMYK Percentages of Color #df7feb

%5
%46
%0
%8

Triadic Colors of #df7feb

#df7feb #ebdf7f #7febdf

Analogous Colors of #df7feb

#df7feb #eb7fc1 #a97feb

Monochromatic Colors of #df7feb

#df7feb

Complementary Color

#df7feb #8beb7f

#df7feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7feb Color CSS Codes

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

#df7feb Text Font Color

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

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


#df7feb Background Color

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

This div background color is #df7feb


#df7feb Border Color

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

This div border color is #df7feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7feb


Comments

No comments written yet.

Please login to write comment.