Color Hex Logo

#db615a Color Hex

#DB615A
(219,97,90)
0 Favorites   0 Comments

Color spaces of #db615a

RGB 2199790
HSL0.010.640.61
HSV59°86°
CMYK 0.000.560.59   0.14
XYZ35.333624.347612.5101
Yxy24.34760.48940.3373
Hunter Lab49.343341.469019.5084
CIE-Lab56.434247.301227.6572

#db615a color RGB value is (219,97,90).

#db615a hex color red value is 219, green value is 97 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #db615a hue: 0.01 , saturation: 0.64 and the lightness value of db615a is 0.61.

The process color (four color CMYK) of #db615a color hex is 0.00, 0.56, 0.59, 0.14. Web safe color of #db615a is #cc6666. Color #db615a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100001 01011010
Octal 333 141 132
Decimal 219 97 90
Hex DB 61 5A

RGB Percentages of Color #db615a

%53.94
%23.89
%22.17

CMYK Percentages of Color #db615a

%0
%56
%59
%14

Triadic Colors of #db615a

#db615a #5adb61 #615adb

Analogous Colors of #db615a

#db615a #dba25a #db5a94

Monochromatic Colors of #db615a

#db615a

Complementary Color

#db615a #5ad4db

#db615a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db615a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db615a Color CSS Codes

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

#db615a Text Font Color

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

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


#db615a Background Color

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

This div background color is #db615a


#db615a Border Color

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

This div border color is #db615a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db615a


Comments

No comments written yet.

Please login to write comment.