Color Hex Logo

#dfbff1 Color Hex

#DFBFF1
(223,191,241)
0 Favorites   0 Comments

Color spaces of #dfbff1

RGB 223191241
HSL0.770.640.85
HSV278°21°95°
CMYK 0.070.210.00   0.05
XYZ64.939459.300591.2425
Yxy59.30050.30140.2752
Hunter Lab77.006815.7661-16.3457
CIE-Lab81.456520.3079-20.5284

#dfbff1 color RGB value is (223,191,241).

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

The process color (four color CMYK) of #dfbff1 color hex is 0.07, 0.21, 0.00, 0.05. Web safe color of #dfbff1 is #ccccff. Color #dfbff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11110001
Octal 337 277 361
Decimal 223 191 241
Hex DF BF F1

RGB Percentages of Color #dfbff1

%34.05
%29.16
%36.79

CMYK Percentages of Color #dfbff1

%7
%21
%0
%5

Triadic Colors of #dfbff1

#dfbff1 #f1dfbf #bff1df

Analogous Colors of #dfbff1

#dfbff1 #f1bfea #c6bff1

Monochromatic Colors of #dfbff1

#dfbff1

Complementary Color

#dfbff1 #d1f1bf

#dfbff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbff1 Color CSS Codes

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

#dfbff1 Text Font Color

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

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


#dfbff1 Background Color

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

This div background color is #dfbff1


#dfbff1 Border Color

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

This div border color is #dfbff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbff1


Comments

No comments written yet.

Please login to write comment.