Color Hex Logo

#da365a Color Hex

#DA365A
(218,54,90)
0 Favorites   0 Comments

Color spaces of #da365a

RGB 2185490
HSL0.960.690.53
HSV347°75°85°
CMYK 0.000.750.59   0.15
XYZ32.078118.281911.5109
Yxy18.28190.51850.2955
Hunter Lab42.757359.091813.9684
CIE-Lab49.836364.341318.9423

#da365a color RGB value is (218,54,90).

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

The process color (four color CMYK) of #da365a color hex is 0.00, 0.75, 0.59, 0.15. Web safe color of #da365a is #cc3366. Color #da365a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110110 01011010
Octal 332 66 132
Decimal 218 54 90
Hex DA 36 5A

RGB Percentages of Color #da365a

%60.22
%14.92
%24.86

CMYK Percentages of Color #da365a

%0
%75
%59
%15

Triadic Colors of #da365a

#da365a #5ada36 #365ada

Analogous Colors of #da365a

#da365a #da6436 #da36ac

Monochromatic Colors of #da365a

#da365a

Complementary Color

#da365a #36dab6

#da365a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da365a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da365a Color CSS Codes

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

#da365a Text Font Color

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

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


#da365a Background Color

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

This div background color is #da365a


#da365a Border Color

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

This div border color is #da365a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da365a


Comments

No comments written yet.

Please login to write comment.