Color Hex Logo

#da4adb Color Hex

#DA4ADB
(218,74,219)
0 Favorites   0 Comments

Color spaces of #da4adb

RGB 21874219
HSL0.830.670.57
HSV300°66°86°
CMYK 0.000.660.00   0.14
XYZ44.148424.917569.5005
Yxy24.91750.31860.1798
Hunter Lab49.917470.5150-47.6078
CIE-Lab56.994972.5905-46.3491

#da4adb color RGB value is (218,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001010 11011011
Octal 332 112 333
Decimal 218 74 219
Hex DA 4A DB

RGB Percentages of Color #da4adb

%42.66
%14.48
%42.86

CMYK Percentages of Color #da4adb

%0
%66
%0
%14

Triadic Colors of #da4adb

#da4adb #dbda4a #4adbda

Analogous Colors of #da4adb

#da4adb #db4a94 #924adb

Monochromatic Colors of #da4adb

#da4adb

Complementary Color

#da4adb #4bdb4a

#da4adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4adb Color CSS Codes

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

#da4adb Text Font Color

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

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


#da4adb Background Color

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

This div background color is #da4adb


#da4adb Border Color

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

This div border color is #da4adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4adb


Comments

No comments written yet.

Please login to write comment.