Color Hex Logo

#d0befa Color Hex

#D0BEFA
(208,190,250)
0 Favorites   0 Comments

Color spaces of #d0befa

RGB 208190250
HSL0.720.860.86
HSV258°24°98°
CMYK 0.170.240.00   0.02
XYZ61.681257.138998.2204
Yxy57.13890.28420.2633
Hunter Lab75.590313.3719-24.1270
CIE-Lab80.257717.9836-27.2845

#d0befa color RGB value is (208,190,250).

#d0befa hex color red value is 208, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d0befa hue: 0.72 , saturation: 0.86 and the lightness value of d0befa is 0.86.

The process color (four color CMYK) of #d0befa color hex is 0.17, 0.24, 0.00, 0.02. Web safe color of #d0befa is #ccccff. Color #d0befa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111110 11111010
Octal 320 276 372
Decimal 208 190 250
Hex D0 BE FA

RGB Percentages of Color #d0befa

%32.10
%29.32
%38.58

CMYK Percentages of Color #d0befa

%17
%24
%0
%2

Triadic Colors of #d0befa

#d0befa #fad0be #befad0

Analogous Colors of #d0befa

#d0befa #eebefa #becafa

Monochromatic Colors of #d0befa

#d0befa

Complementary Color

#d0befa #e8fabe

#d0befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0befa Color CSS Codes

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

#d0befa Text Font Color

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

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


#d0befa Background Color

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

This div background color is #d0befa


#d0befa Border Color

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

This div border color is #d0befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0befa


Comments

No comments written yet.

Please login to write comment.