Color Hex Logo

#dbafb2 Color Hex

#DBAFB2
(219,175,178)
0 Favorites   0 Comments

Color spaces of #dbafb2

RGB 219175178
HSL0.990.380.77
HSV356°20°86°
CMYK 0.000.200.19   0.14
XYZ52.579348.934448.7935
Yxy48.93440.34980.3256
Hunter Lab69.953111.74917.6114
CIE-Lab75.410516.44104.5553

#dbafb2 color RGB value is (219,175,178).

#dbafb2 hex color red value is 219, green value is 175 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #dbafb2 hue: 0.99 , saturation: 0.38 and the lightness value of dbafb2 is 0.77.

The process color (four color CMYK) of #dbafb2 color hex is 0.00, 0.20, 0.19, 0.14. Web safe color of #dbafb2 is #cc9999. Color #dbafb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10110010
Octal 333 257 262
Decimal 219 175 178
Hex DB AF B2

RGB Percentages of Color #dbafb2

%38.29
%30.59
%31.12

CMYK Percentages of Color #dbafb2

%0
%20
%19
%14

Triadic Colors of #dbafb2

#dbafb2 #b2dbaf #afb2db

Analogous Colors of #dbafb2

#dbafb2 #dbc2af #dbafc8

Monochromatic Colors of #dbafb2

#dbafb2

Complementary Color

#dbafb2 #afdbd8

#dbafb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafb2 Color CSS Codes

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

#dbafb2 Text Font Color

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

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


#dbafb2 Background Color

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

This div background color is #dbafb2


#dbafb2 Border Color

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

This div border color is #dbafb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafb2


Comments

No comments written yet.

Please login to write comment.