Color Hex Logo

#dfb4fe Color Hex

#DFB4FE
(223,180,254)
0 Favorites   0 Comments

Color spaces of #dfb4fe

RGB 223180254
HSL0.760.970.85
HSV275°29°100°
CMYK 0.120.290.00   0.00
XYZ64.642155.4862101.0688
Yxy55.48620.29220.2508
Hunter Lab74.489124.5476-28.3040
CIE-Lab79.320528.8417-30.7506

#dfb4fe color RGB value is (223,180,254).

#dfb4fe hex color red value is 223, green value is 180 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dfb4fe hue: 0.76 , saturation: 0.97 and the lightness value of dfb4fe is 0.85.

The process color (four color CMYK) of #dfb4fe color hex is 0.12, 0.29, 0.00, 0.00. Web safe color of #dfb4fe is #ccccff. Color #dfb4fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 11111110
Octal 337 264 376
Decimal 223 180 254
Hex DF B4 FE

RGB Percentages of Color #dfb4fe

%33.94
%27.40
%38.66

CMYK Percentages of Color #dfb4fe

%12
%29
%0
%0

Triadic Colors of #dfb4fe

#dfb4fe #fedfb4 #b4fedf

Analogous Colors of #dfb4fe

#dfb4fe #feb4f8 #bab4fe

Monochromatic Colors of #dfb4fe

#dfb4fe

Complementary Color

#dfb4fe #d3feb4

#dfb4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb4fe Color CSS Codes

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

#dfb4fe Text Font Color

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

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


#dfb4fe Background Color

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

This div background color is #dfb4fe


#dfb4fe Border Color

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

This div border color is #dfb4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.