Color Hex Logo

#da548d Color Hex

#DA548D
(218,84,141)
0 Favorites   0 Comments

Color spaces of #da548d

RGB 21884141
HSL0.930.640.59
HSV334°61°85°
CMYK 0.000.610.35   0.15
XYZ36.891523.169227.7270
Yxy23.16920.42020.2639
Hunter Lab48.134452.5720-0.4589
CIE-Lab55.246257.6297-3.9301

#da548d color RGB value is (218,84,141).

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

The process color (four color CMYK) of #da548d color hex is 0.00, 0.61, 0.35, 0.15. Web safe color of #da548d is #cc6699. Color #da548d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 10001101
Octal 332 124 215
Decimal 218 84 141
Hex DA 54 8D

RGB Percentages of Color #da548d

%49.21
%18.96
%31.83

CMYK Percentages of Color #da548d

%0
%61
%35
%15

Triadic Colors of #da548d

#da548d #8dda54 #548dda

Analogous Colors of #da548d

#da548d #da5e54 #da54d0

Monochromatic Colors of #da548d

#da548d

Complementary Color

#da548d #54daa1

#da548d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da548d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da548d Color CSS Codes

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

#da548d Text Font Color

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

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


#da548d Background Color

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

This div background color is #da548d


#da548d Border Color

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

This div border color is #da548d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da548d


Comments

No comments written yet.

Please login to write comment.