Color Hex Logo

#dfafeb Color Hex

#DFAFEB
(223,175,235)
0 Favorites   0 Comments

Color spaces of #dfafeb

RGB 223175235
HSL0.800.600.80
HSV288°26°92°
CMYK 0.050.260.00   0.08
XYZ60.756852.346185.4988
Yxy52.34610.30590.2636
Hunter Lab72.350623.2828-19.4193
CIE-Lab77.487327.7512-23.3292

#dfafeb color RGB value is (223,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11101011
Octal 337 257 353
Decimal 223 175 235
Hex DF AF EB

RGB Percentages of Color #dfafeb

%35.23
%27.65
%37.12

CMYK Percentages of Color #dfafeb

%5
%26
%0
%8

Triadic Colors of #dfafeb

#dfafeb #ebdfaf #afebdf

Analogous Colors of #dfafeb

#dfafeb #ebafd9 #c1afeb

Monochromatic Colors of #dfafeb

#dfafeb

Complementary Color

#dfafeb #bbebaf

#dfafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafeb Color CSS Codes

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

#dfafeb Text Font Color

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

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


#dfafeb Background Color

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

This div background color is #dfafeb


#dfafeb Border Color

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

This div border color is #dfafeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,175,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 #dfafeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafeb


Comments

No comments written yet.

Please login to write comment.