Color Hex Logo

#da148e Color Hex

#DA148E
(218,20,142)
0 Favorites   0 Comments

Color spaces of #da148e

RGB 21820142
HSL0.900.830.47
HSV323°91°85°
CMYK 0.000.910.35   0.15
XYZ34.046117.358727.1473
Yxy17.35870.43340.2210
Hunter Lab41.663872.9520-9.4676
CIE-Lab48.708976.1790-14.3117

#da148e color RGB value is (218,20,142).

#da148e hex color red value is 218, green value is 20 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #da148e hue: 0.90 , saturation: 0.83 and the lightness value of da148e is 0.47.

The process color (four color CMYK) of #da148e color hex is 0.00, 0.91, 0.35, 0.15. Web safe color of #da148e is #cc0099. Color #da148e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010100 10001110
Octal 332 24 216
Decimal 218 20 142
Hex DA 14 8E

RGB Percentages of Color #da148e

%57.37
%5.26
%37.37

CMYK Percentages of Color #da148e

%0
%91
%35
%15

Triadic Colors of #da148e

#da148e #8eda14 #148eda

Analogous Colors of #da148e

#da148e #da142b #c314da

Monochromatic Colors of #da148e

#da148e

Complementary Color

#da148e #14da60

#da148e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da148e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da148e Color CSS Codes

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

#da148e Text Font Color

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

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


#da148e Background Color

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

This div background color is #da148e


#da148e Border Color

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

This div border color is #da148e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da148e


Comments

No comments written yet.

Please login to write comment.