Color Hex Logo

#da119d Color Hex

#DA119D
(218,17,157)
0 Favorites   0 Comments

Color spaces of #da119d

RGB 21817157
HSL0.880.860.46
HSV318°92°85°
CMYK 0.000.920.28   0.15
XYZ35.199717.740633.4673
Yxy17.74060.40740.2053
Hunter Lab42.119675.4647-17.6268
CIE-Lab49.180078.1145-22.5948

#da119d color RGB value is (218,17,157).

#da119d hex color red value is 218, green value is 17 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #da119d hue: 0.88 , saturation: 0.86 and the lightness value of da119d is 0.46.

The process color (four color CMYK) of #da119d color hex is 0.00, 0.92, 0.28, 0.15. Web safe color of #da119d is #cc0099. Color #da119d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010001 10011101
Octal 332 21 235
Decimal 218 17 157
Hex DA 11 9D

RGB Percentages of Color #da119d

%55.61
%4.34
%40.05

CMYK Percentages of Color #da119d

%0
%92
%28
%15

Triadic Colors of #da119d

#da119d #9dda11 #119dda

Analogous Colors of #da119d

#da119d #da1139 #b311da

Monochromatic Colors of #da119d

#da119d

Complementary Color

#da119d #11da4e

#da119d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da119d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da119d Color CSS Codes

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

#da119d Text Font Color

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

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


#da119d Background Color

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

This div background color is #da119d


#da119d Border Color

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

This div border color is #da119d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da119d


Comments

No comments written yet.

Please login to write comment.