Color Hex Logo

#da2bbd Color Hex

#DA2BBD
(218,43,189)
0 Favorites   0 Comments

Color spaces of #da2bbd

RGB 21843189
HSL0.860.700.51
HSV310°80°85°
CMYK 0.000.800.13   0.15
XYZ38.962620.307350.0103
Yxy20.30730.35650.1858
Hunter Lab45.063675.4721-34.2538
CIE-Lab52.182977.5350-36.7541

#da2bbd color RGB value is (218,43,189).

#da2bbd hex color red value is 218, green value is 43 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #da2bbd hue: 0.86 , saturation: 0.70 and the lightness value of da2bbd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101011 10111101
Octal 332 53 275
Decimal 218 43 189
Hex DA 2B BD

RGB Percentages of Color #da2bbd

%48.44
%9.56
%42.00

CMYK Percentages of Color #da2bbd

%0
%80
%13
%15

Triadic Colors of #da2bbd

#da2bbd #bdda2b #2bbdda

Analogous Colors of #da2bbd

#da2bbd #da2b66 #a02bda

Monochromatic Colors of #da2bbd

#da2bbd

Complementary Color

#da2bbd #2bda48

#da2bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2bbd Color CSS Codes

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

#da2bbd Text Font Color

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

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


#da2bbd Background Color

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

This div background color is #da2bbd


#da2bbd Border Color

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

This div border color is #da2bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2bbd


Comments

No comments written yet.

Please login to write comment.