Color Hex Logo

#da558a Color Hex

#DA558A
(218,85,138)
0 Favorites   0 Comments

Color spaces of #da558a

RGB 21885138
HSL0.930.640.59
HSV336°61°85°
CMYK 0.000.610.37   0.15
XYZ36.749423.237426.5931
Yxy23.23740.42450.2684
Hunter Lab48.205251.72111.0354
CIE-Lab55.316056.8598-2.0575

#da558a color RGB value is (218,85,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010101 10001010
Octal 332 125 212
Decimal 218 85 138
Hex DA 55 8A

RGB Percentages of Color #da558a

%49.43
%19.27
%31.29

CMYK Percentages of Color #da558a

%0
%61
%37
%15

Triadic Colors of #da558a

#da558a #8ada55 #558ada

Analogous Colors of #da558a

#da558a #da6355 #da55cd

Monochromatic Colors of #da558a

#da558a

Complementary Color

#da558a #55daa5

#da558a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da558a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da558a Color CSS Codes

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

#da558a Text Font Color

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

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


#da558a Background Color

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

This div background color is #da558a


#da558a Border Color

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

This div border color is #da558a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da558a


Comments

No comments written yet.

Please login to write comment.