Color Hex Logo

#db738f Color Hex

#DB738F
(219,115,143)
0 Favorites   0 Comments

Color spaces of #db738f

RGB 219115143
HSL0.960.590.65
HSV344°47°86°
CMYK 0.000.470.35   0.14
XYZ40.302129.304729.5188
Yxy29.30470.40660.2956
Hunter Lab54.133838.15735.5632
CIE-Lab61.049643.52503.4019

#db738f color RGB value is (219,115,143).

#db738f hex color red value is 219, green value is 115 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #db738f hue: 0.96 , saturation: 0.59 and the lightness value of db738f is 0.65.

The process color (four color CMYK) of #db738f color hex is 0.00, 0.47, 0.35, 0.14. Web safe color of #db738f is #cc6699. Color #db738f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110011 10001111
Octal 333 163 217
Decimal 219 115 143
Hex DB 73 8F

RGB Percentages of Color #db738f

%45.91
%24.11
%29.98

CMYK Percentages of Color #db738f

%0
%47
%35
%14

Triadic Colors of #db738f

#db738f #8fdb73 #738fdb

Analogous Colors of #db738f

#db738f #db8b73 #db73c3

Monochromatic Colors of #db738f

#db738f

Complementary Color

#db738f #73dbbf

#db738f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db738f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db738f Color CSS Codes

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

#db738f Text Font Color

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

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


#db738f Background Color

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

This div background color is #db738f


#db738f Border Color

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

This div border color is #db738f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db738f

#db738f Color Palettes


Comments

No comments written yet.

Please login to write comment.