Color Hex Logo

#da126f Color Hex

#DA126F
(218,18,111)
0 Favorites   0 Comments

Color spaces of #da126f

RGB 21818111
HSL0.920.850.46
HSV332°92°85°
CMYK 0.000.920.49   0.15
XYZ31.999016.485716.5345
Yxy16.48570.49210.2536
Hunter Lab40.602669.62184.2773
CIE-Lab47.605473.67082.9622

#da126f color RGB value is (218,18,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010010 01101111
Octal 332 22 157
Decimal 218 18 111
Hex DA 12 6F

RGB Percentages of Color #da126f

%62.82
%5.19
%31.99

CMYK Percentages of Color #da126f

%0
%92
%49
%15

Triadic Colors of #da126f

#da126f #6fda12 #126fda

Analogous Colors of #da126f

#da126f #da1912 #da12d3

Monochromatic Colors of #da126f

#da126f

Complementary Color

#da126f #12da7d

#da126f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da126f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da126f Color CSS Codes

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

#da126f Text Font Color

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

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


#da126f Background Color

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

This div background color is #da126f


#da126f Border Color

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

This div border color is #da126f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da126f

#da126f Color Palettes


Comments

No comments written yet.

Please login to write comment.