Color Hex Logo

#dbc1fd Color Hex

#DBC1FD
(219,193,253)
0 Favorites   0 Comments

Color spaces of #dbc1fd

RGB 219193253
HSL0.740.940.87
HSV266°24°99°
CMYK 0.130.240.00   0.01
XYZ66.013060.2918101.0867
Yxy60.29180.29030.2651
Hunter Lab77.647815.8698-22.8339
CIE-Lab81.996520.3937-26.1483

#dbc1fd color RGB value is (219,193,253).

#dbc1fd hex color red value is 219, green value is 193 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dbc1fd hue: 0.74 , saturation: 0.94 and the lightness value of dbc1fd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 11111101
Octal 333 301 375
Decimal 219 193 253
Hex DB C1 FD

RGB Percentages of Color #dbc1fd

%32.93
%29.02
%38.05

CMYK Percentages of Color #dbc1fd

%13
%24
%0
%1

Triadic Colors of #dbc1fd

#dbc1fd #fddbc1 #c1fddb

Analogous Colors of #dbc1fd

#dbc1fd #f9c1fd #c1c5fd

Monochromatic Colors of #dbc1fd

#dbc1fd

Complementary Color

#dbc1fd #e3fdc1

#dbc1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc1fd Color CSS Codes

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

#dbc1fd Text Font Color

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

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


#dbc1fd Background Color

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

This div background color is #dbc1fd


#dbc1fd Border Color

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

This div border color is #dbc1fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,193,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbc1fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbc1fd;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc1fd;
  box-shadow:         1px 1px 3px 2px #dbc1fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,193,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc1fd


Comments

No comments written yet.

Please login to write comment.