Color Hex Logo

#dfb7e1 Color Hex

#DFB7E1
(223,183,225)
0 Favorites   0 Comments

Color spaces of #dfb7e1

RGB 223183225
HSL0.830.410.80
HSV297°19°88°
CMYK 0.010.190.00   0.12
XYZ60.955554.991278.6358
Yxy54.99120.31330.2826
Hunter Lab74.156116.9520-10.9625
CIE-Lab79.036221.5441-15.5834

#dfb7e1 color RGB value is (223,183,225).

#dfb7e1 hex color red value is 223, green value is 183 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dfb7e1 hue: 0.83 , saturation: 0.41 and the lightness value of dfb7e1 is 0.80.

The process color (four color CMYK) of #dfb7e1 color hex is 0.01, 0.19, 0.00, 0.12. Web safe color of #dfb7e1 is #cccccc. Color #dfb7e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 11100001
Octal 337 267 341
Decimal 223 183 225
Hex DF B7 E1

RGB Percentages of Color #dfb7e1

%35.34
%29.00
%35.66

CMYK Percentages of Color #dfb7e1

%1
%19
%0
%12

Triadic Colors of #dfb7e1

#dfb7e1 #e1dfb7 #b7e1df

Analogous Colors of #dfb7e1

#dfb7e1 #e1b7ce #cab7e1

Monochromatic Colors of #dfb7e1

#dfb7e1

Complementary Color

#dfb7e1 #b9e1b7

#dfb7e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb7e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb7e1 Color CSS Codes

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

#dfb7e1 Text Font Color

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

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


#dfb7e1 Background Color

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

This div background color is #dfb7e1


#dfb7e1 Border Color

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

This div border color is #dfb7e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb7e1


Comments

No comments written yet.

Please login to write comment.