Color Hex Logo

#da198c Color Hex

#DA198C
(218,25,140)
0 Favorites   0 Comments

Color spaces of #da198c

RGB 21825140
HSL0.900.790.48
HSV324°89°85°
CMYK 0.000.890.36   0.15
XYZ33.994717.494126.3959
Yxy17.49410.43650.2246
Hunter Lab41.825971.8833-8.1391
CIE-Lab48.876775.2769-12.8501

#da198c color RGB value is (218,25,140).

#da198c hex color red value is 218, green value is 25 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #da198c hue: 0.90 , saturation: 0.79 and the lightness value of da198c is 0.48.

The process color (four color CMYK) of #da198c color hex is 0.00, 0.89, 0.36, 0.15. Web safe color of #da198c is #cc0099. Color #da198c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011001 10001100
Octal 332 31 214
Decimal 218 25 140
Hex DA 19 8C

RGB Percentages of Color #da198c

%56.92
%6.53
%36.55

CMYK Percentages of Color #da198c

%0
%89
%36
%15

Triadic Colors of #da198c

#da198c #8cda19 #198cda

Analogous Colors of #da198c

#da198c #da192c #c819da

Monochromatic Colors of #da198c

#da198c

Complementary Color

#da198c #19da67

#da198c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da198c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da198c Color CSS Codes

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

#da198c Text Font Color

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

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


#da198c Background Color

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

This div background color is #da198c


#da198c Border Color

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

This div border color is #da198c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da198c


Comments

No comments written yet.

Please login to write comment.