Color Hex Logo

#dbc3fe Color Hex

#DBC3FE
(219,195,254)
0 Favorites   0 Comments

Color spaces of #dbc3fe

RGB 219195254
HSL0.730.970.88
HSV264°23°100°
CMYK 0.140.230.00   0.00
XYZ66.617961.2460102.0765
Yxy61.24600.28970.2664
Hunter Lab78.259814.9917-22.5517
CIE-Lab82.510819.5254-25.8963

#dbc3fe color RGB value is (219,195,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 11111110
Octal 333 303 376
Decimal 219 195 254
Hex DB C3 FE

RGB Percentages of Color #dbc3fe

%32.78
%29.19
%38.02

CMYK Percentages of Color #dbc3fe

%14
%23
%0
%0

Triadic Colors of #dbc3fe

#dbc3fe #fedbc3 #c3fedb

Analogous Colors of #dbc3fe

#dbc3fe #f9c3fe #c3c9fe

Monochromatic Colors of #dbc3fe

#dbc3fe

Complementary Color

#dbc3fe #e6fec3

#dbc3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc3fe Color CSS Codes

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

#dbc3fe Text Font Color

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

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


#dbc3fe Background Color

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

This div background color is #dbc3fe


#dbc3fe Border Color

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

This div border color is #dbc3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.