Color Hex Logo

#da304d Color Hex

#DA304D
(218,48,77)
0 Favorites   0 Comments

Color spaces of #da304d

RGB 2184877
HSL0.970.700.52
HSV350°78°85°
CMYK 0.000.780.65   0.15
XYZ31.309917.55528.7594
Yxy17.55520.54330.3046
Hunter Lab41.898960.065016.9341
CIE-Lab48.952165.350925.6485

#da304d color RGB value is (218,48,77).

#da304d hex color red value is 218, green value is 48 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #da304d hue: 0.97 , saturation: 0.70 and the lightness value of da304d is 0.52.

The process color (four color CMYK) of #da304d color hex is 0.00, 0.78, 0.65, 0.15. Web safe color of #da304d is #cc3366. Color #da304d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110000 01001101
Octal 332 60 115
Decimal 218 48 77
Hex DA 30 4D

RGB Percentages of Color #da304d

%63.56
%13.99
%22.45

CMYK Percentages of Color #da304d

%0
%78
%65
%15

Triadic Colors of #da304d

#da304d #4dda30 #304dda

Analogous Colors of #da304d

#da304d #da6830 #da30a2

Monochromatic Colors of #da304d

#da304d

Complementary Color

#da304d #30dabd

#da304d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da304d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da304d Color CSS Codes

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

#da304d Text Font Color

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

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


#da304d Background Color

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

This div background color is #da304d


#da304d Border Color

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

This div border color is #da304d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,48,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da304d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da304d;
  -webkit-box-shadow: 1px 1px 3px 2px #da304d;
  box-shadow:         1px 1px 3px 2px #da304d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,48,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da304d


Comments

No comments written yet.

Please login to write comment.