Color Hex Logo

#dbc3fb Color Hex

#DBC3FB
(219,195,251)
0 Favorites   0 Comments

Color spaces of #dbc3fb

RGB 219195251
HSL0.740.880.87
HSV266°22°98°
CMYK 0.130.220.00   0.02
XYZ66.141161.055399.5656
Yxy61.05530.29170.2692
Hunter Lab78.137914.3529-20.8525
CIE-Lab82.408518.9044-24.4545

#dbc3fb color RGB value is (219,195,251).

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

The process color (four color CMYK) of #dbc3fb color hex is 0.13, 0.22, 0.00, 0.02. Web safe color of #dbc3fb is #ccccff. Color #dbc3fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 11111011
Octal 333 303 373
Decimal 219 195 251
Hex DB C3 FB

RGB Percentages of Color #dbc3fb

%32.93
%29.32
%37.74

CMYK Percentages of Color #dbc3fb

%13
%22
%0
%2

Triadic Colors of #dbc3fb

#dbc3fb #fbdbc3 #c3fbdb

Analogous Colors of #dbc3fb

#dbc3fb #f7c3fb #c3c7fb

Monochromatic Colors of #dbc3fb

#dbc3fb

Complementary Color

#dbc3fb #e3fbc3

#dbc3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc3fb Color CSS Codes

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

#dbc3fb Text Font Color

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

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


#dbc3fb Background Color

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

This div background color is #dbc3fb


#dbc3fb Border Color

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

This div border color is #dbc3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.