Color Hex Logo

#da295d Color Hex

#DA295D
(218,41,93)
0 Favorites   0 Comments

Color spaces of #da295d

RGB 2184193
HSL0.950.710.51
HSV342°81°85°
CMYK 0.000.810.57   0.15
XYZ31.682217.281612.0218
Yxy17.28160.51950.2834
Hunter Lab41.571163.288911.9540
CIE-Lab48.612968.176215.4542

#da295d color RGB value is (218,41,93).

#da295d hex color red value is 218, green value is 41 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #da295d hue: 0.95 , saturation: 0.71 and the lightness value of da295d is 0.51.

The process color (four color CMYK) of #da295d color hex is 0.00, 0.81, 0.57, 0.15. Web safe color of #da295d is #cc3366. Color #da295d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101001 01011101
Octal 332 51 135
Decimal 218 41 93
Hex DA 29 5D

RGB Percentages of Color #da295d

%61.93
%11.65
%26.42

CMYK Percentages of Color #da295d

%0
%81
%57
%15

Triadic Colors of #da295d

#da295d #5dda29 #295dda

Analogous Colors of #da295d

#da295d #da4e29 #da29b6

Monochromatic Colors of #da295d

#da295d

Complementary Color

#da295d #29daa6

#da295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da295d Color CSS Codes

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

#da295d Text Font Color

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

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


#da295d Background Color

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

This div background color is #da295d


#da295d Border Color

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

This div border color is #da295d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da295d


Comments

No comments written yet.

Please login to write comment.