Color Hex Logo

#db283d Color Hex

#DB283D
(219,40,61)
0 Favorites   0 Comments

Color spaces of #db283d

RGB 2194061
HSL0.980.710.51
HSV353°82°86°
CMYK 0.000.820.72   0.14
XYZ30.814516.91466.0556
Yxy16.91460.57290.3145
Hunter Lab41.127461.767520.0593
CIE-Lab48.152366.967634.2655

#db283d color RGB value is (219,40,61).

#db283d hex color red value is 219, green value is 40 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #db283d hue: 0.98 , saturation: 0.71 and the lightness value of db283d is 0.51.

The process color (four color CMYK) of #db283d color hex is 0.00, 0.82, 0.72, 0.14. Web safe color of #db283d is #cc3333. Color #db283d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101000 00111101
Octal 333 50 75
Decimal 219 40 61
Hex DB 28 3D

RGB Percentages of Color #db283d

%68.44
%12.50
%19.06

CMYK Percentages of Color #db283d

%0
%82
%72
%14

Triadic Colors of #db283d

#db283d #3ddb28 #283ddb

Analogous Colors of #db283d

#db283d #db6d28 #db2897

Monochromatic Colors of #db283d

#db283d

Complementary Color

#db283d #28dbc6

#db283d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db283d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db283d Color CSS Codes

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

#db283d Text Font Color

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

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


#db283d Background Color

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

This div background color is #db283d


#db283d Border Color

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

This div border color is #db283d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db283d


Comments

No comments written yet.

Please login to write comment.