Color Hex Logo

#da548b Color Hex

#DA548B
(218,84,139)
0 Favorites   0 Comments

Color spaces of #da548b

RGB 21884139
HSL0.930.640.59
HSV335°61°85°
CMYK 0.000.610.36   0.15
XYZ36.744023.110226.9502
Yxy23.11020.42330.2662
Hunter Lab48.073152.30620.4126
CIE-Lab55.185757.4039-2.8394

#da548b color RGB value is (218,84,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 10001011
Octal 332 124 213
Decimal 218 84 139
Hex DA 54 8B

RGB Percentages of Color #da548b

%49.43
%19.05
%31.52

CMYK Percentages of Color #da548b

%0
%61
%36
%15

Triadic Colors of #da548b

#da548b #8bda54 #548bda

Analogous Colors of #da548b

#da548b #da6054 #da54ce

Monochromatic Colors of #da548b

#da548b

Complementary Color

#da548b #54daa3

#da548b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da548b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da548b Color CSS Codes

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

#da548b Text Font Color

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

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


#da548b Background Color

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

This div background color is #da548b


#da548b Border Color

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

This div border color is #da548b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da548b


Comments

No comments written yet.

Please login to write comment.