Color Hex Logo

#dfbff5 Color Hex

#DFBFF5
(223,191,245)
0 Favorites   0 Comments

Color spaces of #dfbff5

RGB 223191245
HSL0.770.730.85
HSV276°22°96°
CMYK 0.090.220.00   0.04
XYZ65.543759.542294.4245
Yxy59.54220.29860.2713
Hunter Lab77.163616.5838-18.5382
CIE-Lab81.588721.0998-22.4674

#dfbff5 color RGB value is (223,191,245).

#dfbff5 hex color red value is 223, green value is 191 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dfbff5 hue: 0.77 , saturation: 0.73 and the lightness value of dfbff5 is 0.85.

The process color (four color CMYK) of #dfbff5 color hex is 0.09, 0.22, 0.00, 0.04. Web safe color of #dfbff5 is #ccccff. Color #dfbff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11110101
Octal 337 277 365
Decimal 223 191 245
Hex DF BF F5

RGB Percentages of Color #dfbff5

%33.84
%28.98
%37.18

CMYK Percentages of Color #dfbff5

%9
%22
%0
%4

Triadic Colors of #dfbff5

#dfbff5 #f5dfbf #bff5df

Analogous Colors of #dfbff5

#dfbff5 #f5bff0 #c4bff5

Monochromatic Colors of #dfbff5

#dfbff5

Complementary Color

#dfbff5 #d5f5bf

#dfbff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbff5 Color CSS Codes

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

#dfbff5 Text Font Color

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

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


#dfbff5 Background Color

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

This div background color is #dfbff5


#dfbff5 Border Color

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

This div border color is #dfbff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbff5


Comments

No comments written yet.

Please login to write comment.