Color Hex Logo

#da4175 Color Hex

#DA4175
(218,65,117)
0 Favorites   0 Comments

Color spaces of #da4175

RGB 21865117
HSL0.940.670.55
HSV340°70°85°
CMYK 0.000.700.46   0.15
XYZ34.014619.970418.8915
Yxy19.97040.46670.2740
Hunter Lab44.688357.66146.2175
CIE-Lab51.803762.72945.3540

#da4175 color RGB value is (218,65,117).

#da4175 hex color red value is 218, green value is 65 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #da4175 hue: 0.94 , saturation: 0.67 and the lightness value of da4175 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000001 01110101
Octal 332 101 165
Decimal 218 65 117
Hex DA 41 75

RGB Percentages of Color #da4175

%54.50
%16.25
%29.25

CMYK Percentages of Color #da4175

%0
%70
%46
%15

Triadic Colors of #da4175

#da4175 #75da41 #4175da

Analogous Colors of #da4175

#da4175 #da5a41 #da41c2

Monochromatic Colors of #da4175

#da4175

Complementary Color

#da4175 #41daa6

#da4175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4175 Color CSS Codes

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

#da4175 Text Font Color

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

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


#da4175 Background Color

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

This div background color is #da4175


#da4175 Border Color

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

This div border color is #da4175


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,65,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 #da4175">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4175


Comments

No comments written yet.

Please login to write comment.