Color Hex Logo

#da1395 Color Hex

#DA1395
(218,19,149)
0 Favorites   0 Comments

Color spaces of #da1395

RGB 21819149
HSL0.890.840.46
HSV321°91°85°
CMYK 0.000.910.32   0.15
XYZ34.571117.541129.9974
Yxy17.54110.42100.2136
Hunter Lab41.882174.0471-13.1481
CIE-Lab48.934777.0214-18.1817

#da1395 color RGB value is (218,19,149).

#da1395 hex color red value is 218, green value is 19 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #da1395 hue: 0.89 , saturation: 0.84 and the lightness value of da1395 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010011 10010101
Octal 332 23 225
Decimal 218 19 149
Hex DA 13 95

RGB Percentages of Color #da1395

%56.48
%4.92
%38.60

CMYK Percentages of Color #da1395

%0
%91
%32
%15

Triadic Colors of #da1395

#da1395 #95da13 #1395da

Analogous Colors of #da1395

#da1395 #da1331 #bc13da

Monochromatic Colors of #da1395

#da1395

Complementary Color

#da1395 #13da58

#da1395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1395 Color CSS Codes

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

#da1395 Text Font Color

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

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


#da1395 Background Color

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

This div background color is #da1395


#da1395 Border Color

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

This div border color is #da1395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1395


Comments

No comments written yet.

Please login to write comment.