Color Hex Logo

#da4abd Color Hex

#DA4ABD
(218,74,189)
0 Favorites   0 Comments

Color spaces of #da4abd

RGB 21874189
HSL0.870.660.57
HSV312°66°85°
CMYK 0.000.660.13   0.15
XYZ40.547523.477150.5386
Yxy23.47710.35390.2049
Hunter Lab48.453264.5827-27.9246
CIE-Lab55.560467.9462-31.4723

#da4abd color RGB value is (218,74,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001010 10111101
Octal 332 112 275
Decimal 218 74 189
Hex DA 4A BD

RGB Percentages of Color #da4abd

%45.32
%15.38
%39.29

CMYK Percentages of Color #da4abd

%0
%66
%13
%15

Triadic Colors of #da4abd

#da4abd #bdda4a #4abdda

Analogous Colors of #da4abd

#da4abd #da4a75 #af4ada

Monochromatic Colors of #da4abd

#da4abd

Complementary Color

#da4abd #4ada67

#da4abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4abd Color CSS Codes

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

#da4abd Text Font Color

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

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


#da4abd Background Color

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

This div background color is #da4abd


#da4abd Border Color

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

This div border color is #da4abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4abd


Comments

No comments written yet.

Please login to write comment.