Color Hex Logo

#da4aba Color Hex

#DA4ABA
(218,74,186)
0 Favorites   0 Comments

Color spaces of #da4aba

RGB 21874186
HSL0.870.660.57
HSV313°66°85°
CMYK 0.000.660.15   0.15
XYZ40.225123.348248.8409
Yxy23.34820.35780.2077
Hunter Lab48.320064.0366-26.1052
CIE-Lab55.429267.5115-29.9448

#da4aba color RGB value is (218,74,186).

#da4aba hex color red value is 218, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #da4aba hue: 0.87 , saturation: 0.66 and the lightness value of da4aba is 0.57.

The process color (four color CMYK) of #da4aba color hex is 0.00, 0.66, 0.15, 0.15. Web safe color of #da4aba is #cc33cc. Color #da4aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001010 10111010
Octal 332 112 272
Decimal 218 74 186
Hex DA 4A BA

RGB Percentages of Color #da4aba

%45.61
%15.48
%38.91

CMYK Percentages of Color #da4aba

%0
%66
%15
%15

Triadic Colors of #da4aba

#da4aba #bada4a #4abada

Analogous Colors of #da4aba

#da4aba #da4a72 #b24ada

Monochromatic Colors of #da4aba

#da4aba

Complementary Color

#da4aba #4ada6a

#da4aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4aba Color CSS Codes

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

#da4aba Text Font Color

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

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


#da4aba Background Color

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

This div background color is #da4aba


#da4aba Border Color

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

This div border color is #da4aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4aba


Comments

No comments written yet.

Please login to write comment.