Color Hex Logo

#da1271 Color Hex

#DA1271
(218,18,113)
0 Favorites   0 Comments

Color spaces of #da1271

RGB 21818113
HSL0.920.850.46
HSV332°92°85°
CMYK 0.000.920.48   0.15
XYZ32.110416.530317.1210
Yxy16.53030.48830.2514
Hunter Lab40.657569.82493.4930
CIE-Lab47.662773.82691.8140

#da1271 color RGB value is (218,18,113).

#da1271 hex color red value is 218, green value is 18 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #da1271 hue: 0.92 , saturation: 0.85 and the lightness value of da1271 is 0.46.

The process color (four color CMYK) of #da1271 color hex is 0.00, 0.92, 0.48, 0.15. Web safe color of #da1271 is #cc0066. Color #da1271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010010 01110001
Octal 332 22 161
Decimal 218 18 113
Hex DA 12 71

RGB Percentages of Color #da1271

%62.46
%5.16
%32.38

CMYK Percentages of Color #da1271

%0
%92
%48
%15

Triadic Colors of #da1271

#da1271 #71da12 #1271da

Analogous Colors of #da1271

#da1271 #da1712 #da12d5

Monochromatic Colors of #da1271

#da1271

Complementary Color

#da1271 #12da7b

#da1271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1271 Color CSS Codes

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

#da1271 Text Font Color

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

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


#da1271 Background Color

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

This div background color is #da1271


#da1271 Border Color

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

This div border color is #da1271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1271


Comments

No comments written yet.

Please login to write comment.