Color Hex Logo

#dfbeeb Color Hex

#DFBEEB
(223,190,235)
0 Favorites   0 Comments

Color spaces of #dfbeeb

RGB 223190235
HSL0.790.530.83
HSV284°19°92°
CMYK 0.050.190.00   0.08
XYZ63.840358.513086.5267
Yxy58.51300.30560.2801
Hunter Lab76.493815.1087-13.5208
CIE-Lab81.023219.6771-17.9694

#dfbeeb color RGB value is (223,190,235).

#dfbeeb hex color red value is 223, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfbeeb hue: 0.79 , saturation: 0.53 and the lightness value of dfbeeb is 0.83.

The process color (four color CMYK) of #dfbeeb color hex is 0.05, 0.19, 0.00, 0.08. Web safe color of #dfbeeb is #ccccff. Color #dfbeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11101011
Octal 337 276 353
Decimal 223 190 235
Hex DF BE EB

RGB Percentages of Color #dfbeeb

%34.41
%29.32
%36.27

CMYK Percentages of Color #dfbeeb

%5
%19
%0
%8

Triadic Colors of #dfbeeb

#dfbeeb #ebdfbe #beebdf

Analogous Colors of #dfbeeb

#dfbeeb #ebbee1 #c9beeb

Monochromatic Colors of #dfbeeb

#dfbeeb

Complementary Color

#dfbeeb #caebbe

#dfbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbeeb Color CSS Codes

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

#dfbeeb Text Font Color

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

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


#dfbeeb Background Color

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

This div background color is #dfbeeb


#dfbeeb Border Color

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

This div border color is #dfbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbeeb


Comments

No comments written yet.

Please login to write comment.