Color Hex Logo

#da48db Color Hex

#DA48DB
(218,72,219)
0 Favorites   0 Comments

Color spaces of #da48db

RGB 21872219
HSL0.830.670.57
HSV300°67°86°
CMYK 0.000.670.00   0.14
XYZ44.017024.654669.4567
Yxy24.65460.31870.1785
Hunter Lab49.653471.3441-48.1793
CIE-Lab56.737373.3164-46.7571

#da48db color RGB value is (218,72,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001000 11011011
Octal 332 110 333
Decimal 218 72 219
Hex DA 48 DB

RGB Percentages of Color #da48db

%42.83
%14.15
%43.03

CMYK Percentages of Color #da48db

%0
%67
%0
%14

Triadic Colors of #da48db

#da48db #dbda48 #48dbda

Analogous Colors of #da48db

#da48db #db4893 #9148db

Monochromatic Colors of #da48db

#da48db

Complementary Color

#da48db #49db48

#da48db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da48db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da48db Color CSS Codes

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

#da48db Text Font Color

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

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


#da48db Background Color

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

This div background color is #da48db


#da48db Border Color

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

This div border color is #da48db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da48db


Comments

No comments written yet.

Please login to write comment.