Color Hex Logo

#db4175 Color Hex

#DB4175
(219,65,117)
0 Favorites   0 Comments

Color spaces of #db4175

RGB 21965117
HSL0.940.680.56
HSV340°70°86°
CMYK 0.000.700.47   0.14
XYZ34.314620.125018.9056
Yxy20.12500.46790.2744
Hunter Lab44.860958.03016.4162
CIE-Lab51.978263.01785.6272

#db4175 color RGB value is (219,65,117).

#db4175 hex color red value is 219, green value is 65 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #db4175 hue: 0.94 , saturation: 0.68 and the lightness value of db4175 is 0.56.

The process color (four color CMYK) of #db4175 color hex is 0.00, 0.70, 0.47, 0.14. Web safe color of #db4175 is #cc3366. Color #db4175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 01110101
Octal 333 101 165
Decimal 219 65 117
Hex DB 41 75

RGB Percentages of Color #db4175

%54.61
%16.21
%29.18

CMYK Percentages of Color #db4175

%0
%70
%47
%14

Triadic Colors of #db4175

#db4175 #75db41 #4175db

Analogous Colors of #db4175

#db4175 #db5a41 #db41c2

Monochromatic Colors of #db4175

#db4175

Complementary Color

#db4175 #41dba7

#db4175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4175 Color CSS Codes

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

#db4175 Text Font Color

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

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


#db4175 Background Color

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

This div background color is #db4175


#db4175 Border Color

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

This div border color is #db4175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4175


Comments

No comments written yet.

Please login to write comment.