Color Hex Logo

#da53a5 Color Hex

#DA53A5
(218,83,165)
0 Favorites   0 Comments

Color spaces of #da53a5

RGB 21883165
HSL0.900.650.59
HSV324°62°85°
CMYK 0.000.620.24   0.15
XYZ38.798223.808638.1479
Yxy23.80860.38510.2363
Hunter Lab48.794156.5432-12.1979
CIE-Lab55.895661.0086-17.0358

#da53a5 color RGB value is (218,83,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 10100101
Octal 332 123 245
Decimal 218 83 165
Hex DA 53 A5

RGB Percentages of Color #da53a5

%46.78
%17.81
%35.41

CMYK Percentages of Color #da53a5

%0
%62
%24
%15

Triadic Colors of #da53a5

#da53a5 #a5da53 #53a5da

Analogous Colors of #da53a5

#da53a5 #da5362 #cc53da

Monochromatic Colors of #da53a5

#da53a5

Complementary Color

#da53a5 #53da88

#da53a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53a5 Color CSS Codes

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

#da53a5 Text Font Color

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

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


#da53a5 Background Color

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

This div background color is #da53a5


#da53a5 Border Color

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

This div border color is #da53a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53a5


Comments

No comments written yet.

Please login to write comment.