Color Hex Logo

#da4a75 Color Hex

#DA4A75
(218,74,117)
0 Favorites   0 Comments

Color spaces of #da4a75

RGB 21874117
HSL0.950.660.57
HSV342°66°85°
CMYK 0.000.660.46   0.15
XYZ34.573121.087319.0777
Yxy21.08730.46260.2821
Hunter Lab45.920954.02817.5128
CIE-Lab53.044959.31197.1287

#da4a75 color RGB value is (218,74,117).

#da4a75 hex color red value is 218, green value is 74 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #da4a75 hue: 0.95 , saturation: 0.66 and the lightness value of da4a75 is 0.57.

The process color (four color CMYK) of #da4a75 color hex is 0.00, 0.66, 0.46, 0.15. Web safe color of #da4a75 is #cc3366. Color #da4a75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001010 01110101
Octal 332 112 165
Decimal 218 74 117
Hex DA 4A 75

RGB Percentages of Color #da4a75

%53.30
%18.09
%28.61

CMYK Percentages of Color #da4a75

%0
%66
%46
%15

Triadic Colors of #da4a75

#da4a75 #75da4a #4a75da

Analogous Colors of #da4a75

#da4a75 #da674a #da4abd

Monochromatic Colors of #da4a75

#da4a75

Complementary Color

#da4a75 #4adaaf

#da4a75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4a75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4a75 Color CSS Codes

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

#da4a75 Text Font Color

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

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


#da4a75 Background Color

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

This div background color is #da4a75


#da4a75 Border Color

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

This div border color is #da4a75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4a75


Comments

No comments written yet.

Please login to write comment.