Color Hex Logo

#db7267 Color Hex

#DB7267
(219,114,103)
0 Favorites   0 Comments

Color spaces of #db7267

RGB 219114103
HSL0.020.620.63
HSV53°86°
CMYK 0.000.480.53   0.14
XYZ37.678928.074016.2649
Yxy28.07400.45940.3423
Hunter Lab52.984934.212318.8890
CIE-Lab59.955539.907424.8387

#db7267 color RGB value is (219,114,103).

#db7267 hex color red value is 219, green value is 114 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #db7267 hue: 0.02 , saturation: 0.62 and the lightness value of db7267 is 0.63.

The process color (four color CMYK) of #db7267 color hex is 0.00, 0.48, 0.53, 0.14. Web safe color of #db7267 is #cc6666. Color #db7267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 01100111
Octal 333 162 147
Decimal 219 114 103
Hex DB 72 67

RGB Percentages of Color #db7267

%50.23
%26.15
%23.62

CMYK Percentages of Color #db7267

%0
%48
%53
%14

Triadic Colors of #db7267

#db7267 #67db72 #7267db

Analogous Colors of #db7267

#db7267 #dbac67 #db6796

Monochromatic Colors of #db7267

#db7267

Complementary Color

#db7267 #67d0db

#db7267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7267 Color CSS Codes

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

#db7267 Text Font Color

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

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


#db7267 Background Color

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

This div background color is #db7267


#db7267 Border Color

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

This div border color is #db7267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7267


Comments

No comments written yet.

Please login to write comment.