Color Hex Logo

#dfbfe5 Color Hex

#DFBFE5
(223,191,229)
0 Favorites   0 Comments

Color spaces of #dfbfe5

RGB 223191229
HSL0.810.420.82
HSV291°17°90°
CMYK 0.030.170.00   0.10
XYZ63.205158.606782.1097
Yxy58.60670.30990.2874
Hunter Lab76.555013.4013-10.0035
CIE-Lab81.074917.9969-14.6728

#dfbfe5 color RGB value is (223,191,229).

#dfbfe5 hex color red value is 223, green value is 191 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dfbfe5 hue: 0.81 , saturation: 0.42 and the lightness value of dfbfe5 is 0.82.

The process color (four color CMYK) of #dfbfe5 color hex is 0.03, 0.17, 0.00, 0.10. Web safe color of #dfbfe5 is #cccccc. Color #dfbfe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11100101
Octal 337 277 345
Decimal 223 191 229
Hex DF BF E5

RGB Percentages of Color #dfbfe5

%34.68
%29.70
%35.61

CMYK Percentages of Color #dfbfe5

%3
%17
%0
%10

Triadic Colors of #dfbfe5

#dfbfe5 #e5dfbf #bfe5df

Analogous Colors of #dfbfe5

#dfbfe5 #e5bfd8 #ccbfe5

Monochromatic Colors of #dfbfe5

#dfbfe5

Complementary Color

#dfbfe5 #c5e5bf

#dfbfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfe5 Color CSS Codes

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

#dfbfe5 Text Font Color

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

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


#dfbfe5 Background Color

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

This div background color is #dfbfe5


#dfbfe5 Border Color

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

This div border color is #dfbfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfe5


Comments

No comments written yet.

Please login to write comment.