Color Hex Logo

#dbd5fd Color Hex

#DBD5FD
(219,213,253)
0 Favorites   0 Comments

Color spaces of #dbd5fd

RGB 219213253
HSL0.690.910.91
HSV249°16°99°
CMYK 0.130.160.00   0.01
XYZ70.737369.7404102.6615
Yxy69.74040.29090.2868
Hunter Lab83.51075.0537-14.4290
CIE-Lab86.86949.7107-18.7548

#dbd5fd color RGB value is (219,213,253).

#dbd5fd hex color red value is 219, green value is 213 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dbd5fd hue: 0.69 , saturation: 0.91 and the lightness value of dbd5fd is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 11111101
Octal 333 325 375
Decimal 219 213 253
Hex DB D5 FD

RGB Percentages of Color #dbd5fd

%31.97
%31.09
%36.93

CMYK Percentages of Color #dbd5fd

%13
%16
%0
%1

Triadic Colors of #dbd5fd

#dbd5fd #fddbd5 #d5fddb

Analogous Colors of #dbd5fd

#dbd5fd #efd5fd #d5e3fd

Monochromatic Colors of #dbd5fd

#dbd5fd

Complementary Color

#dbd5fd #f7fdd5

#dbd5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd5fd Color CSS Codes

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

#dbd5fd Text Font Color

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

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


#dbd5fd Background Color

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

This div background color is #dbd5fd


#dbd5fd Border Color

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

This div border color is #dbd5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd5fd


Comments

No comments written yet.

Please login to write comment.