Color Hex Logo

#da31bd Color Hex

#DA31BD
(218,49,189)
0 Favorites   0 Comments

Color spaces of #da31bd

RGB 21849189
HSL0.860.700.52
HSV310°78°85°
CMYK 0.000.780.13   0.15
XYZ39.197120.776250.0884
Yxy20.77620.35610.1888
Hunter Lab45.580973.7336-33.2465
CIE-Lab52.703776.0338-35.9365

#da31bd color RGB value is (218,49,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 10111101
Octal 332 61 275
Decimal 218 49 189
Hex DA 31 BD

RGB Percentages of Color #da31bd

%47.81
%10.75
%41.45

CMYK Percentages of Color #da31bd

%0
%78
%13
%15

Triadic Colors of #da31bd

#da31bd #bdda31 #31bdda

Analogous Colors of #da31bd

#da31bd #da3169 #a331da

Monochromatic Colors of #da31bd

#da31bd

Complementary Color

#da31bd #31da4e

#da31bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da31bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da31bd Color CSS Codes

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

#da31bd Text Font Color

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

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


#da31bd Background Color

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

This div background color is #da31bd


#da31bd Border Color

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

This div border color is #da31bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,49,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 #da31bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da31bd


Comments

No comments written yet.

Please login to write comment.