Color Hex Logo

#dbbeca Color Hex

#DBBECA
(219,190,202)
0 Favorites   0 Comments

Color spaces of #dbbeca

RGB 219190202
HSL0.930.290.80
HSV335°13°86°
CMYK 0.000.130.08   0.14
XYZ58.287556.151263.6433
Yxy56.15120.32730.3153
Hunter Lab74.93417.71162.0975
CIE-Lab79.699812.2988-2.2227

#dbbeca color RGB value is (219,190,202).

#dbbeca hex color red value is 219, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dbbeca hue: 0.93 , saturation: 0.29 and the lightness value of dbbeca is 0.80.

The process color (four color CMYK) of #dbbeca color hex is 0.00, 0.13, 0.08, 0.14. Web safe color of #dbbeca is #cccccc. Color #dbbeca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11001010
Octal 333 276 312
Decimal 219 190 202
Hex DB BE CA

RGB Percentages of Color #dbbeca

%35.84
%31.10
%33.06

CMYK Percentages of Color #dbbeca

%0
%13
%8
%14

Triadic Colors of #dbbeca

#dbbeca #cadbbe #becadb

Analogous Colors of #dbbeca

#dbbeca #dbc1be #dbbed9

Monochromatic Colors of #dbbeca

#dbbeca

Complementary Color

#dbbeca #bedbcf

#dbbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbeca Color CSS Codes

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

#dbbeca Text Font Color

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

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


#dbbeca Background Color

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

This div background color is #dbbeca


#dbbeca Border Color

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

This div border color is #dbbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbeca


Comments

No comments written yet.

Please login to write comment.