Color Hex Logo

#da128b Color Hex

#DA128B
(218,18,139)
0 Favorites   0 Comments

Color spaces of #da128b

RGB 21818139
HSL0.900.850.46
HSV324°92°85°
CMYK 0.000.920.36   0.15
XYZ33.789917.202125.9655
Yxy17.20210.43910.2235
Hunter Lab41.475472.8415-8.0855
CIE-Lab48.513776.1273-12.7944

#da128b color RGB value is (218,18,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010010 10001011
Octal 332 22 213
Decimal 218 18 139
Hex DA 12 8B

RGB Percentages of Color #da128b

%58.13
%4.80
%37.07

CMYK Percentages of Color #da128b

%0
%92
%36
%15

Triadic Colors of #da128b

#da128b #8bda12 #128bda

Analogous Colors of #da128b

#da128b #da1227 #c512da

Monochromatic Colors of #da128b

#da128b

Complementary Color

#da128b #12da61

#da128b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da128b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da128b Color CSS Codes

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

#da128b Text Font Color

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

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


#da128b Background Color

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

This div background color is #da128b


#da128b Border Color

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

This div border color is #da128b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da128b


Comments

No comments written yet.

Please login to write comment.