Color Hex Logo

#da6aba Color Hex

#DA6ABA
(218,106,186)
0 Favorites   0 Comments

Color spaces of #da6aba

RGB 218106186
HSL0.880.600.64
HSV317°51°85°
CMYK 0.000.510.15   0.15
XYZ42.930428.758749.7427
Yxy28.75870.35350.2368
Hunter Lab53.627149.0480-17.4564
CIE-Lab60.568153.5948-22.0212

#da6aba color RGB value is (218,106,186).

#da6aba hex color red value is 218, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #da6aba hue: 0.88 , saturation: 0.60 and the lightness value of da6aba is 0.64.

The process color (four color CMYK) of #da6aba color hex is 0.00, 0.51, 0.15, 0.15. Web safe color of #da6aba is #cc66cc. Color #da6aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101010 10111010
Octal 332 152 272
Decimal 218 106 186
Hex DA 6A BA

RGB Percentages of Color #da6aba

%42.75
%20.78
%36.47

CMYK Percentages of Color #da6aba

%0
%51
%15
%15

Triadic Colors of #da6aba

#da6aba #bada6a #6abada

Analogous Colors of #da6aba

#da6aba #da6a82 #c26ada

Monochromatic Colors of #da6aba

#da6aba

Complementary Color

#da6aba #6ada8a

#da6aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6aba Color CSS Codes

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

#da6aba Text Font Color

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

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


#da6aba Background Color

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

This div background color is #da6aba


#da6aba Border Color

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

This div border color is #da6aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,106,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 #da6aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6aba


Comments

No comments written yet.

Please login to write comment.