Color Hex Logo

#dbc2fd Color Hex

#DBC2FD
(219,194,253)
0 Favorites   0 Comments

Color spaces of #dbc2fd

RGB 219194253
HSL0.740.940.88
HSV265°23°99°
CMYK 0.130.230.00   0.01
XYZ66.234860.7355101.1607
Yxy60.73550.29030.2662
Hunter Lab77.933015.3234-22.4081
CIE-Lab82.236319.8554-25.7824

#dbc2fd color RGB value is (219,194,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 11111101
Octal 333 302 375
Decimal 219 194 253
Hex DB C2 FD

RGB Percentages of Color #dbc2fd

%32.88
%29.13
%37.99

CMYK Percentages of Color #dbc2fd

%13
%23
%0
%1

Triadic Colors of #dbc2fd

#dbc2fd #fddbc2 #c2fddb

Analogous Colors of #dbc2fd

#dbc2fd #f9c2fd #c2c7fd

Monochromatic Colors of #dbc2fd

#dbc2fd

Complementary Color

#dbc2fd #e4fdc2

#dbc2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc2fd Color CSS Codes

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

#dbc2fd Text Font Color

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

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


#dbc2fd Background Color

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

This div background color is #dbc2fd


#dbc2fd Border Color

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

This div border color is #dbc2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc2fd


Comments

No comments written yet.

Please login to write comment.