Color Hex Logo

#da4abb Color Hex

#DA4ABB
(218,74,187)
0 Favorites   0 Comments

Color spaces of #da4abb

RGB 21874187
HSL0.870.660.57
HSV313°66°85°
CMYK 0.000.660.14   0.15
XYZ40.331923.390849.4029
Yxy23.39080.35650.2068
Hunter Lab48.364064.2183-26.7087
CIE-Lab55.472667.6563-30.4549

#da4abb color RGB value is (218,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001010 10111011
Octal 332 112 273
Decimal 218 74 187
Hex DA 4A BB

RGB Percentages of Color #da4abb

%45.51
%15.45
%39.04

CMYK Percentages of Color #da4abb

%0
%66
%14
%15

Triadic Colors of #da4abb

#da4abb #bbda4a #4abbda

Analogous Colors of #da4abb

#da4abb #da4a73 #b14ada

Monochromatic Colors of #da4abb

#da4abb

Complementary Color

#da4abb #4ada69

#da4abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4abb Color CSS Codes

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

#da4abb Text Font Color

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

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


#da4abb Background Color

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

This div background color is #da4abb


#da4abb Border Color

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

This div border color is #da4abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4abb


Comments

No comments written yet.

Please login to write comment.