Color Hex Logo

#dfbeff Color Hex

#DFBEFF
(223,190,255)
0 Favorites   0 Comments

Color spaces of #dfbeff

RGB 223190255
HSL0.751.000.87
HSV270°25°100°
CMYK 0.130.250.00   0.00
XYZ66.894959.7349102.6120
Yxy59.73490.29180.2606
Hunter Lab77.288419.2413-24.6146
CIE-Lab81.693923.6614-27.6465

#dfbeff color RGB value is (223,190,255).

#dfbeff hex color red value is 223, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dfbeff hue: 0.75 , saturation: 1.00 and the lightness value of dfbeff is 0.87.

The process color (four color CMYK) of #dfbeff color hex is 0.13, 0.25, 0.00, 0.00. Web safe color of #dfbeff is #ccccff. Color #dfbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11111111
Octal 337 276 377
Decimal 223 190 255
Hex DF BE FF

RGB Percentages of Color #dfbeff

%33.38
%28.44
%38.17

CMYK Percentages of Color #dfbeff

%13
%25
%0
%0

Triadic Colors of #dfbeff

#dfbeff #ffdfbe #beffdf

Analogous Colors of #dfbeff

#dfbeff #ffbeff #bfbeff

Monochromatic Colors of #dfbeff

#dfbeff

Complementary Color

#dfbeff #deffbe

#dfbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbeff Color CSS Codes

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

#dfbeff Text Font Color

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

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


#dfbeff Background Color

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

This div background color is #dfbeff


#dfbeff Border Color

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

This div border color is #dfbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.