Color Hex Logo

#da1462 Color Hex

#DA1462
(218,20,98)
0 Favorites   0 Comments

Color spaces of #da1462

RGB 2182098
HSL0.930.830.47
HSV336°91°85°
CMYK 0.000.910.55   0.15
XYZ31.368216.287613.0458
Yxy16.28760.51680.2683
Hunter Lab40.357968.11299.0849
CIE-Lab47.349672.472510.6257

#da1462 color RGB value is (218,20,98).

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

The process color (four color CMYK) of #da1462 color hex is 0.00, 0.91, 0.55, 0.15. Web safe color of #da1462 is #cc0066. Color #da1462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010100 01100010
Octal 332 24 142
Decimal 218 20 98
Hex DA 14 62

RGB Percentages of Color #da1462

%64.88
%5.95
%29.17

CMYK Percentages of Color #da1462

%0
%91
%55
%15

Triadic Colors of #da1462

#da1462 #62da14 #1462da

Analogous Colors of #da1462

#da1462 #da2914 #da14c5

Monochromatic Colors of #da1462

#da1462

Complementary Color

#da1462 #14da8c

#da1462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1462 Color CSS Codes

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

#da1462 Text Font Color

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

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


#da1462 Background Color

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

This div background color is #da1462


#da1462 Border Color

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

This div border color is #da1462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1462


Comments

No comments written yet.

Please login to write comment.