Color Hex Logo

#da40be Color Hex

#DA40BE
(218,64,190)
0 Favorites   0 Comments

Color spaces of #da40be

RGB 21864190
HSL0.860.680.55
HSV311°71°85°
CMYK 0.000.710.13   0.15
XYZ40.041122.289950.9072
Yxy22.28990.35360.1968
Hunter Lab47.212268.7662-30.8818
CIE-Lab54.333371.6621-33.9636

#da40be color RGB value is (218,64,190).

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

The process color (four color CMYK) of #da40be color hex is 0.00, 0.71, 0.13, 0.15. Web safe color of #da40be is #cc33cc. Color #da40be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000000 10111110
Octal 332 100 276
Decimal 218 64 190
Hex DA 40 BE

RGB Percentages of Color #da40be

%46.19
%13.56
%40.25

CMYK Percentages of Color #da40be

%0
%71
%13
%15

Triadic Colors of #da40be

#da40be #beda40 #40beda

Analogous Colors of #da40be

#da40be #da4071 #a940da

Monochromatic Colors of #da40be

#da40be

Complementary Color

#da40be #40da5c

#da40be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da40be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da40be Color CSS Codes

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

#da40be Text Font Color

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

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


#da40be Background Color

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

This div background color is #da40be


#da40be Border Color

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

This div border color is #da40be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da40be


Comments

No comments written yet.

Please login to write comment.