Color Hex Logo

#da499e Color Hex

#DA499E
(218,73,158)
0 Favorites   0 Comments

Color spaces of #da499e

RGB 21873158
HSL0.900.660.57
HSV325°67°85°
CMYK 0.000.670.28   0.15
XYZ37.467522.139134.6463
Yxy22.13910.39750.2349
Hunter Lab47.052259.7975-10.7209
CIE-Lab54.174364.1384-15.5506

#da499e color RGB value is (218,73,158).

#da499e hex color red value is 218, green value is 73 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #da499e hue: 0.90 , saturation: 0.66 and the lightness value of da499e is 0.57.

The process color (four color CMYK) of #da499e color hex is 0.00, 0.67, 0.28, 0.15. Web safe color of #da499e is #cc3399. Color #da499e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 10011110
Octal 332 111 236
Decimal 218 73 158
Hex DA 49 9E

RGB Percentages of Color #da499e

%48.55
%16.26
%35.19

CMYK Percentages of Color #da499e

%0
%67
%28
%15

Triadic Colors of #da499e

#da499e #9eda49 #499eda

Analogous Colors of #da499e

#da499e #da4956 #ce49da

Monochromatic Colors of #da499e

#da499e

Complementary Color

#da499e #49da85

#da499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da499e Color CSS Codes

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

#da499e Text Font Color

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

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


#da499e Background Color

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

This div background color is #da499e


#da499e Border Color

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

This div border color is #da499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da499e


Comments

No comments written yet.

Please login to write comment.