Color Hex Logo

#da40bf Color Hex

#DA40BF
(218,64,191)
0 Favorites   0 Comments

Color spaces of #da40bf

RGB 21864191
HSL0.860.680.55
HSV311°71°85°
CMYK 0.000.710.12   0.15
XYZ40.150822.333851.4849
Yxy22.33380.35230.1960
Hunter Lab47.258768.9504-31.5111
CIE-Lab54.379471.8052-34.4691

#da40bf color RGB value is (218,64,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000000 10111111
Octal 332 100 277
Decimal 218 64 191
Hex DA 40 BF

RGB Percentages of Color #da40bf

%46.09
%13.53
%40.38

CMYK Percentages of Color #da40bf

%0
%71
%12
%15

Triadic Colors of #da40bf

#da40bf #bfda40 #40bfda

Analogous Colors of #da40bf

#da40bf #da4072 #a840da

Monochromatic Colors of #da40bf

#da40bf

Complementary Color

#da40bf #40da5b

#da40bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da40bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da40bf Color CSS Codes

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

#da40bf Text Font Color

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

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


#da40bf Background Color

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

This div background color is #da40bf


#da40bf Border Color

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

This div border color is #da40bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da40bf


Comments

No comments written yet.

Please login to write comment.