Color Hex Logo

#dbcaf1 Color Hex

#DBCAF1
(219,202,241)
0 Favorites   0 Comments

Color spaces of #dbcaf1

RGB 219202241
HSL0.740.580.87
HSV266°16°95°
CMYK 0.090.160.00   0.05
XYZ66.211163.652092.0155
Yxy63.65200.29840.2869
Hunter Lab79.78228.5180-12.5336
CIE-Lab83.784313.1306-17.0460

#dbcaf1 color RGB value is (219,202,241).

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

The process color (four color CMYK) of #dbcaf1 color hex is 0.09, 0.16, 0.00, 0.05. Web safe color of #dbcaf1 is #ccccff. Color #dbcaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 11110001
Octal 333 312 361
Decimal 219 202 241
Hex DB CA F1

RGB Percentages of Color #dbcaf1

%33.08
%30.51
%36.40

CMYK Percentages of Color #dbcaf1

%9
%16
%0
%5

Triadic Colors of #dbcaf1

#dbcaf1 #f1dbca #caf1db

Analogous Colors of #dbcaf1

#dbcaf1 #efcaf1 #cacdf1

Monochromatic Colors of #dbcaf1

#dbcaf1

Complementary Color

#dbcaf1 #e0f1ca

#dbcaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcaf1 Color CSS Codes

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

#dbcaf1 Text Font Color

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

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


#dbcaf1 Background Color

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

This div background color is #dbcaf1


#dbcaf1 Border Color

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

This div border color is #dbcaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcaf1


Comments

No comments written yet.

Please login to write comment.