Color Hex Logo

#dfabeb Color Hex

#DFABEB
(223,171,235)
0 Favorites   0 Comments

Color spaces of #dfabeb

RGB 223171235
HSL0.800.620.80
HSV289°27°92°
CMYK 0.050.270.00   0.08
XYZ59.989750.812085.2431
Yxy50.81200.30600.2592
Hunter Lab71.282525.4769-21.0041
CIE-Lab76.565029.9064-24.7353

#dfabeb color RGB value is (223,171,235).

#dfabeb hex color red value is 223, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfabeb hue: 0.80 , saturation: 0.62 and the lightness value of dfabeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11101011
Octal 337 253 353
Decimal 223 171 235
Hex DF AB EB

RGB Percentages of Color #dfabeb

%35.45
%27.19
%37.36

CMYK Percentages of Color #dfabeb

%5
%27
%0
%8

Triadic Colors of #dfabeb

#dfabeb #ebdfab #abebdf

Analogous Colors of #dfabeb

#dfabeb #ebabd7 #bfabeb

Monochromatic Colors of #dfabeb

#dfabeb

Complementary Color

#dfabeb #b7ebab

#dfabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabeb Color CSS Codes

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

#dfabeb Text Font Color

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

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


#dfabeb Background Color

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

This div background color is #dfabeb


#dfabeb Border Color

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

This div border color is #dfabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabeb


Comments

No comments written yet.

Please login to write comment.