Color Hex Logo

#da304e Color Hex

#DA304E
(218,48,78)
0 Favorites   0 Comments

Color spaces of #da304e

RGB 2184878
HSL0.970.700.52
HSV349°78°85°
CMYK 0.000.780.64   0.15
XYZ31.345517.56948.9469
Yxy17.56940.54170.3036
Hunter Lab41.915960.133016.6857
CIE-Lab48.969665.406225.0670

#da304e color RGB value is (218,48,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110000 01001110
Octal 332 60 116
Decimal 218 48 78
Hex DA 30 4E

RGB Percentages of Color #da304e

%63.37
%13.95
%22.67

CMYK Percentages of Color #da304e

%0
%78
%64
%15

Triadic Colors of #da304e

#da304e #4eda30 #304eda

Analogous Colors of #da304e

#da304e #da6730 #da30a3

Monochromatic Colors of #da304e

#da304e

Complementary Color

#da304e #30dabc

#da304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da304e Color CSS Codes

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

#da304e Text Font Color

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

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


#da304e Background Color

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

This div background color is #da304e


#da304e Border Color

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

This div border color is #da304e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da304e


Comments

No comments written yet.

Please login to write comment.