Color Hex Logo

#da13b4 Color Hex

#DA13B4
(218,19,180)
0 Favorites   0 Comments

Color spaces of #da13b4

RGB 21819180
HSL0.870.840.46
HSV311°91°85°
CMYK 0.000.910.17   0.15
XYZ37.384518.666544.8126
Yxy18.66650.37060.1851
Hunter Lab43.204778.8454-31.2531
CIE-Lab50.294780.5897-34.4669

#da13b4 color RGB value is (218,19,180).

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

The process color (four color CMYK) of #da13b4 color hex is 0.00, 0.91, 0.17, 0.15. Web safe color of #da13b4 is #cc00cc. Color #da13b4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010011 10110100
Octal 332 23 264
Decimal 218 19 180
Hex DA 13 B4

RGB Percentages of Color #da13b4

%52.28
%4.56
%43.17

CMYK Percentages of Color #da13b4

%0
%91
%17
%15

Triadic Colors of #da13b4

#da13b4 #b4da13 #13b4da

Analogous Colors of #da13b4

#da13b4 #da1351 #9d13da

Monochromatic Colors of #da13b4

#da13b4

Complementary Color

#da13b4 #13da39

#da13b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da13b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da13b4 Color CSS Codes

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

#da13b4 Text Font Color

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

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


#da13b4 Background Color

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

This div background color is #da13b4


#da13b4 Border Color

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

This div border color is #da13b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da13b4


Comments

No comments written yet.

Please login to write comment.