Color Hex Logo

#da1998 Color Hex

#DA1998
(218,25,152)
0 Favorites   0 Comments

Color spaces of #da1998

RGB 21825152
HSL0.890.790.48
HSV321°89°85°
CMYK 0.000.890.30   0.15
XYZ34.928617.867731.3136
Yxy17.86770.41530.2124
Hunter Lab42.270273.5248-14.3327
CIE-Lab49.335276.5210-19.3673

#da1998 color RGB value is (218,25,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011001 10011000
Octal 332 31 230
Decimal 218 25 152
Hex DA 19 98

RGB Percentages of Color #da1998

%55.19
%6.33
%38.48

CMYK Percentages of Color #da1998

%0
%89
%30
%15

Triadic Colors of #da1998

#da1998 #98da19 #1998da

Analogous Colors of #da1998

#da1998 #da1938 #bc19da

Monochromatic Colors of #da1998

#da1998

Complementary Color

#da1998 #19da5b

#da1998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1998 Color CSS Codes

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

#da1998 Text Font Color

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

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


#da1998 Background Color

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

This div background color is #da1998


#da1998 Border Color

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

This div border color is #da1998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1998


Comments

No comments written yet.

Please login to write comment.