Color Hex Logo

#da54bd Color Hex

#DA54BD
(218,84,189)
0 Favorites   0 Comments

Color spaces of #da54bd

RGB 21884189
HSL0.870.640.59
HSV313°61°85°
CMYK 0.000.610.13   0.15
XYZ41.269124.920250.7791
Yxy24.92020.35280.2131
Hunter Lab49.920160.2062-25.3661
CIE-Lab56.997663.9711-29.2397

#da54bd color RGB value is (218,84,189).

#da54bd hex color red value is 218, green value is 84 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #da54bd hue: 0.87 , saturation: 0.64 and the lightness value of da54bd is 0.59.

The process color (four color CMYK) of #da54bd color hex is 0.00, 0.61, 0.13, 0.15. Web safe color of #da54bd is #cc66cc. Color #da54bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 10111101
Octal 332 124 275
Decimal 218 84 189
Hex DA 54 BD

RGB Percentages of Color #da54bd

%44.40
%17.11
%38.49

CMYK Percentages of Color #da54bd

%0
%61
%13
%15

Triadic Colors of #da54bd

#da54bd #bdda54 #54bdda

Analogous Colors of #da54bd

#da54bd #da547a #b454da

Monochromatic Colors of #da54bd

#da54bd

Complementary Color

#da54bd #54da71

#da54bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da54bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da54bd Color CSS Codes

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

#da54bd Text Font Color

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

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


#da54bd Background Color

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

This div background color is #da54bd


#da54bd Border Color

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

This div border color is #da54bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da54bd


Comments

No comments written yet.

Please login to write comment.