Color Hex Logo

#da323f Color Hex

#DA323F
(218,50,63)
0 Favorites   0 Comments

Color spaces of #da323f

RGB 2185063
HSL0.990.690.53
HSV355°77°85°
CMYK 0.000.770.71   0.15
XYZ30.951217.54556.4579
Yxy17.54550.56320.3193
Hunter Lab41.887358.593520.1802
CIE-Lab48.940164.078733.9695

#da323f color RGB value is (218,50,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110010 00111111
Octal 332 62 77
Decimal 218 50 63
Hex DA 32 3F

RGB Percentages of Color #da323f

%65.86
%15.11
%19.03

CMYK Percentages of Color #da323f

%0
%77
%71
%15

Triadic Colors of #da323f

#da323f #3fda32 #323fda

Analogous Colors of #da323f

#da323f #da7932 #da3293

Monochromatic Colors of #da323f

#da323f

Complementary Color

#da323f #32dacd

#da323f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da323f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da323f Color CSS Codes

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

#da323f Text Font Color

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

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


#da323f Background Color

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

This div background color is #da323f


#da323f Border Color

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

This div border color is #da323f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da323f


Comments

No comments written yet.

Please login to write comment.