Color Hex Logo

#da40af Color Hex

#DA40AF
(218,64,175)
0 Favorites   0 Comments

Color spaces of #da40af

RGB 21864175
HSL0.880.680.55
HSV317°71°85°
CMYK 0.000.710.20   0.15
XYZ38.484721.667442.7113
Yxy21.66740.37410.2106
Hunter Lab46.548366.1190-21.8190
CIE-Lab53.672369.5902-26.2809

#da40af color RGB value is (218,64,175).

#da40af hex color red value is 218, green value is 64 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #da40af hue: 0.88 , saturation: 0.68 and the lightness value of da40af is 0.55.

The process color (four color CMYK) of #da40af color hex is 0.00, 0.71, 0.20, 0.15. Web safe color of #da40af is #cc3399. Color #da40af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000000 10101111
Octal 332 100 257
Decimal 218 64 175
Hex DA 40 AF

RGB Percentages of Color #da40af

%47.70
%14.00
%38.29

CMYK Percentages of Color #da40af

%0
%71
%20
%15

Triadic Colors of #da40af

#da40af #afda40 #40afda

Analogous Colors of #da40af

#da40af #da4062 #b840da

Monochromatic Colors of #da40af

#da40af

Complementary Color

#da40af #40da6b

#da40af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da40af Color Preview on White Background

Lorem ipsum dolor sit amet.

#da40af Color CSS Codes

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

#da40af Text Font Color

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

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


#da40af Background Color

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

This div background color is #da40af


#da40af Border Color

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

This div border color is #da40af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da40af


Comments

No comments written yet.

Please login to write comment.