Color Hex Logo

#da2d5c Color Hex

#DA2D5C
(218,45,92)
0 Favorites   0 Comments

Color spaces of #da2d5c

RGB 2184592
HSL0.950.700.52
HSV344°79°85°
CMYK 0.000.790.58   0.15
XYZ31.783617.554911.8385
Yxy17.55490.51950.2870
Hunter Lab41.898662.084812.5765
CIE-Lab48.951767.085216.5285

#da2d5c color RGB value is (218,45,92).

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

The process color (four color CMYK) of #da2d5c color hex is 0.00, 0.79, 0.58, 0.15. Web safe color of #da2d5c is #cc3366. Color #da2d5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101101 01011100
Octal 332 55 134
Decimal 218 45 92
Hex DA 2D 5C

RGB Percentages of Color #da2d5c

%61.41
%12.68
%25.92

CMYK Percentages of Color #da2d5c

%0
%79
%58
%15

Triadic Colors of #da2d5c

#da2d5c #5cda2d #2d5cda

Analogous Colors of #da2d5c

#da2d5c #da552d #da2db3

Monochromatic Colors of #da2d5c

#da2d5c

Complementary Color

#da2d5c #2ddaab

#da2d5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2d5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2d5c Color CSS Codes

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

#da2d5c Text Font Color

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

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


#da2d5c Background Color

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

This div background color is #da2d5c


#da2d5c Border Color

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

This div border color is #da2d5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2d5c


Comments

No comments written yet.

Please login to write comment.