Color Hex Logo

#da7abb Color Hex

#DA7ABB
(218,122,187)
0 Favorites   0 Comments

Color spaces of #da7abb

RGB 218122187
HSL0.890.560.67
HSV319°44°85°
CMYK 0.000.440.14   0.15
XYZ44.842632.412350.9065
Yxy32.41230.34990.2529
Hunter Lab56.931840.9657-13.1629
CIE-Lab63.682245.7853-17.8441

#da7abb color RGB value is (218,122,187).

#da7abb hex color red value is 218, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #da7abb hue: 0.89 , saturation: 0.56 and the lightness value of da7abb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111010 10111011
Octal 332 172 273
Decimal 218 122 187
Hex DA 7A BB

RGB Percentages of Color #da7abb

%41.37
%23.15
%35.48

CMYK Percentages of Color #da7abb

%0
%44
%14
%15

Triadic Colors of #da7abb

#da7abb #bbda7a #7abbda

Analogous Colors of #da7abb

#da7abb #da7a8b #c97ada

Monochromatic Colors of #da7abb

#da7abb

Complementary Color

#da7abb #7ada99

#da7abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7abb Color CSS Codes

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

#da7abb Text Font Color

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

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


#da7abb Background Color

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

This div background color is #da7abb


#da7abb Border Color

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

This div border color is #da7abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7abb


Comments

No comments written yet.

Please login to write comment.