Color Hex Logo

#da323e Color Hex

#DA323E
(218,50,62)
0 Favorites   0 Comments

Color spaces of #da323e

RGB 2185062
HSL0.990.690.53
HSV356°77°85°
CMYK 0.000.770.72   0.15
XYZ30.923517.53446.3121
Yxy17.53440.56460.3201
Hunter Lab41.874158.540420.3745
CIE-Lab48.926464.035134.5373

#da323e color RGB value is (218,50,62).

#da323e hex color red value is 218, green value is 50 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #da323e hue: 0.99 , saturation: 0.69 and the lightness value of da323e is 0.53.

The process color (four color CMYK) of #da323e color hex is 0.00, 0.77, 0.72, 0.15. Web safe color of #da323e is #cc3333. Color #da323e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110010 00111110
Octal 332 62 76
Decimal 218 50 62
Hex DA 32 3E

RGB Percentages of Color #da323e

%66.06
%15.15
%18.79

CMYK Percentages of Color #da323e

%0
%77
%72
%15

Triadic Colors of #da323e

#da323e #3eda32 #323eda

Analogous Colors of #da323e

#da323e #da7a32 #da3292

Monochromatic Colors of #da323e

#da323e

Complementary Color

#da323e #32dace

#da323e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da323e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da323e Color CSS Codes

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

#da323e Text Font Color

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

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


#da323e Background Color

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

This div background color is #da323e


#da323e Border Color

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

This div border color is #da323e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da323e


Comments

No comments written yet.

Please login to write comment.