Color Hex Logo

#da538e Color Hex

#DA538E
(218,83,142)
0 Favorites   0 Comments

Color spaces of #da538e

RGB 21883142
HSL0.930.650.59
HSV334°62°85°
CMYK 0.000.620.35   0.15
XYZ36.889223.044928.0950
Yxy23.04490.41910.2618
Hunter Lab48.005153.1582-1.0959
CIE-Lab55.118658.1723-4.7085

#da538e color RGB value is (218,83,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 10001110
Octal 332 123 216
Decimal 218 83 142
Hex DA 53 8E

RGB Percentages of Color #da538e

%49.21
%18.74
%32.05

CMYK Percentages of Color #da538e

%0
%62
%35
%15

Triadic Colors of #da538e

#da538e #8eda53 #538eda

Analogous Colors of #da538e

#da538e #da5c53 #da53d2

Monochromatic Colors of #da538e

#da538e

Complementary Color

#da538e #53da9f

#da538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da538e Color CSS Codes

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

#da538e Text Font Color

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

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


#da538e Background Color

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

This div background color is #da538e


#da538e Border Color

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

This div border color is #da538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da538e


Comments

No comments written yet.

Please login to write comment.