Color Hex Logo

#da128a Color Hex

#DA128A
(218,18,138)
0 Favorites   0 Comments

Color spaces of #da128a

RGB 21818138
HSL0.900.850.46
HSV324°92°85°
CMYK 0.000.920.37   0.15
XYZ33.717217.173025.5824
Yxy17.17300.44090.2246
Hunter Lab41.440372.7129-7.5933
CIE-Lab48.477376.0300-12.2442

#da128a color RGB value is (218,18,138).

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

The process color (four color CMYK) of #da128a color hex is 0.00, 0.92, 0.37, 0.15. Web safe color of #da128a is #cc0099. Color #da128a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010010 10001010
Octal 332 22 212
Decimal 218 18 138
Hex DA 12 8A

RGB Percentages of Color #da128a

%58.29
%4.81
%36.90

CMYK Percentages of Color #da128a

%0
%92
%37
%15

Triadic Colors of #da128a

#da128a #8ada12 #128ada

Analogous Colors of #da128a

#da128a #da1226 #c612da

Monochromatic Colors of #da128a

#da128a

Complementary Color

#da128a #12da62

#da128a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da128a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da128a Color CSS Codes

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

#da128a Text Font Color

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

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


#da128a Background Color

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

This div background color is #da128a


#da128a Border Color

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

This div border color is #da128a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da128a


Comments

No comments written yet.

Please login to write comment.