Color Hex Logo

#da558e Color Hex

#DA558E
(218,85,142)
0 Favorites   0 Comments

Color spaces of #da558e

RGB 21885142
HSL0.930.640.59
HSV334°61°85°
CMYK 0.000.610.35   0.15
XYZ37.044423.355428.1468
Yxy23.35540.41840.2638
Hunter Lab48.327452.2525-0.7024
CIE-Lab55.436557.3124-4.2385

#da558e color RGB value is (218,85,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010101 10001110
Octal 332 125 216
Decimal 218 85 142
Hex DA 55 8E

RGB Percentages of Color #da558e

%48.99
%19.10
%31.91

CMYK Percentages of Color #da558e

%0
%61
%35
%15

Triadic Colors of #da558e

#da558e #8eda55 #558eda

Analogous Colors of #da558e

#da558e #da5f55 #da55d1

Monochromatic Colors of #da558e

#da558e

Complementary Color

#da558e #55daa1

#da558e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da558e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da558e Color CSS Codes

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

#da558e Text Font Color

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

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


#da558e Background Color

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

This div background color is #da558e


#da558e Border Color

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

This div border color is #da558e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da558e


Comments

No comments written yet.

Please login to write comment.