Color Hex Logo

#da53af Color Hex

#DA53AF
(218,83,175)
0 Favorites   0 Comments

Color spaces of #da53af

RGB 21883175
HSL0.890.650.59
HSV319°62°85°
CMYK 0.000.620.20   0.15
XYZ39.744624.187143.1312
Yxy24.18710.37120.2259
Hunter Lab49.180458.1872-17.5711
CIE-Lab56.274662.3666-22.2723

#da53af color RGB value is (218,83,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 10101111
Octal 332 123 257
Decimal 218 83 175
Hex DA 53 AF

RGB Percentages of Color #da53af

%45.80
%17.44
%36.76

CMYK Percentages of Color #da53af

%0
%62
%20
%15

Triadic Colors of #da53af

#da53af #afda53 #53afda

Analogous Colors of #da53af

#da53af #da536c #c253da

Monochromatic Colors of #da53af

#da53af

Complementary Color

#da53af #53da7e

#da53af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53af Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53af Color CSS Codes

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

#da53af Text Font Color

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

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


#da53af Background Color

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

This div background color is #da53af


#da53af Border Color

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

This div border color is #da53af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53af


Comments

No comments written yet.

Please login to write comment.