Color Hex Logo

#dfb2f2 Color Hex

#DFB2F2
(223,178,242)
0 Favorites   0 Comments

Color spaces of #dfb2f2

RGB 223178242
HSL0.780.710.82
HSV282°26°95°
CMYK 0.080.260.00   0.05
XYZ62.378853.939691.1281
Yxy53.93960.30070.2600
Hunter Lab73.443623.0815-22.1560
CIE-Lab78.426527.5023-25.6737

#dfb2f2 color RGB value is (223,178,242).

#dfb2f2 hex color red value is 223, green value is 178 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #dfb2f2 hue: 0.78 , saturation: 0.71 and the lightness value of dfb2f2 is 0.82.

The process color (four color CMYK) of #dfb2f2 color hex is 0.08, 0.26, 0.00, 0.05. Web safe color of #dfb2f2 is #cc99ff. Color #dfb2f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 11110010
Octal 337 262 362
Decimal 223 178 242
Hex DF B2 F2

RGB Percentages of Color #dfb2f2

%34.68
%27.68
%37.64

CMYK Percentages of Color #dfb2f2

%8
%26
%0
%5

Triadic Colors of #dfb2f2

#dfb2f2 #f2dfb2 #b2f2df

Analogous Colors of #dfb2f2

#dfb2f2 #f2b2e5 #bfb2f2

Monochromatic Colors of #dfb2f2

#dfb2f2

Complementary Color

#dfb2f2 #c5f2b2

#dfb2f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb2f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb2f2 Color CSS Codes

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

#dfb2f2 Text Font Color

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

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


#dfb2f2 Background Color

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

This div background color is #dfb2f2


#dfb2f2 Border Color

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

This div border color is #dfb2f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb2f2


Comments

No comments written yet.

Please login to write comment.