Color Hex Logo

#da419d Color Hex

#DA419D
(218,65,157)
0 Favorites   0 Comments

Color spaces of #da419d

RGB 21865157
HSL0.900.670.55
HSV324°70°85°
CMYK 0.000.700.28   0.15
XYZ36.889521.120334.0306
Yxy21.12030.40080.2295
Hunter Lab45.956862.8573-11.7339
CIE-Lab53.080966.9563-16.6221

#da419d color RGB value is (218,65,157).

#da419d hex color red value is 218, green value is 65 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #da419d hue: 0.90 , saturation: 0.67 and the lightness value of da419d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000001 10011101
Octal 332 101 235
Decimal 218 65 157
Hex DA 41 9D

RGB Percentages of Color #da419d

%49.55
%14.77
%35.68

CMYK Percentages of Color #da419d

%0
%70
%28
%15

Triadic Colors of #da419d

#da419d #9dda41 #419dda

Analogous Colors of #da419d

#da419d #da4151 #cb41da

Monochromatic Colors of #da419d

#da419d

Complementary Color

#da419d #41da7e

#da419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da419d Color CSS Codes

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

#da419d Text Font Color

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

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


#da419d Background Color

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

This div background color is #da419d


#da419d Border Color

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

This div border color is #da419d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da419d


Comments

No comments written yet.

Please login to write comment.