Color Hex Logo

#da40bc Color Hex

#DA40BC
(218,64,188)
0 Favorites   0 Comments

Color spaces of #da40bc

RGB 21864188
HSL0.870.680.55
HSV312°71°85°
CMYK 0.000.710.14   0.15
XYZ39.823922.203149.7636
Yxy22.20310.35620.1986
Hunter Lab47.120268.4001-29.6320
CIE-Lab54.241871.3772-32.9501

#da40bc color RGB value is (218,64,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000000 10111100
Octal 332 100 274
Decimal 218 64 188
Hex DA 40 BC

RGB Percentages of Color #da40bc

%46.38
%13.62
%40.00

CMYK Percentages of Color #da40bc

%0
%71
%14
%15

Triadic Colors of #da40bc

#da40bc #bcda40 #40bcda

Analogous Colors of #da40bc

#da40bc #da406f #ab40da

Monochromatic Colors of #da40bc

#da40bc

Complementary Color

#da40bc #40da5e

#da40bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da40bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da40bc Color CSS Codes

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

#da40bc Text Font Color

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

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


#da40bc Background Color

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

This div background color is #da40bc


#da40bc Border Color

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

This div border color is #da40bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da40bc


Comments

No comments written yet.

Please login to write comment.