Color Hex Logo

#d443db Color Hex

#D443DB
(212,67,219)
0 Favorites   0 Comments

Color spaces of #d443db

RGB 21267219
HSL0.830.680.56
HSV297°69°86°
CMYK 0.030.690.00   0.14
XYZ41.944723.125869.2708
Yxy23.12580.31220.1721
Hunter Lab48.089371.5360-51.7425
CIE-Lab55.201773.7670-49.2510

#d443db color RGB value is (212,67,219).

#d443db hex color red value is 212, green value is 67 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d443db hue: 0.83 , saturation: 0.68 and the lightness value of d443db is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000011 11011011
Octal 324 103 333
Decimal 212 67 219
Hex D4 43 DB

RGB Percentages of Color #d443db

%42.57
%13.45
%43.98

CMYK Percentages of Color #d443db

%3
%69
%0
%14

Triadic Colors of #d443db

#d443db #dbd443 #43dbd4

Analogous Colors of #d443db

#d443db #db4396 #8843db

Monochromatic Colors of #d443db

#d443db

Complementary Color

#d443db #4adb43

#d443db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d443db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d443db Color CSS Codes

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

#d443db Text Font Color

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

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


#d443db Background Color

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

This div background color is #d443db


#d443db Border Color

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

This div border color is #d443db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d443db


Comments

No comments written yet.

Please login to write comment.