Color Hex Logo

#dbcaf5 Color Hex

#DBCAF5
(219,202,245)
0 Favorites   0 Comments

Color spaces of #dbcaf5

RGB 219202245
HSL0.730.680.88
HSV264°18°96°
CMYK 0.110.180.00   0.04
XYZ66.815463.893795.1974
Yxy63.89370.29580.2828
Hunter Lab79.93359.3221-14.6584
CIE-Lab83.910413.9312-18.9835

#dbcaf5 color RGB value is (219,202,245).

#dbcaf5 hex color red value is 219, green value is 202 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dbcaf5 hue: 0.73 , saturation: 0.68 and the lightness value of dbcaf5 is 0.88.

The process color (four color CMYK) of #dbcaf5 color hex is 0.11, 0.18, 0.00, 0.04. Web safe color of #dbcaf5 is #ccccff. Color #dbcaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 11110101
Octal 333 312 365
Decimal 219 202 245
Hex DB CA F5

RGB Percentages of Color #dbcaf5

%32.88
%30.33
%36.79

CMYK Percentages of Color #dbcaf5

%11
%18
%0
%4

Triadic Colors of #dbcaf5

#dbcaf5 #f5dbca #caf5db

Analogous Colors of #dbcaf5

#dbcaf5 #f1caf5 #cacff5

Monochromatic Colors of #dbcaf5

#dbcaf5

Complementary Color

#dbcaf5 #e4f5ca

#dbcaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcaf5 Color CSS Codes

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

#dbcaf5 Text Font Color

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

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


#dbcaf5 Background Color

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

This div background color is #dbcaf5


#dbcaf5 Border Color

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

This div border color is #dbcaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcaf5


Comments

No comments written yet.

Please login to write comment.