Color Hex Logo

#d44bdd Color Hex

#D44BDD
(212,75,221)
0 Favorites   0 Comments

Color spaces of #d44bdd

RGB 21275221
HSL0.820.680.58
HSV296°66°87°
CMYK 0.040.660.00   0.13
XYZ42.718624.249770.8357
Yxy24.24970.31000.1760
Hunter Lab49.244068.6698-50.8157
CIE-Lab56.336971.2006-48.5793

#d44bdd color RGB value is (212,75,221).

#d44bdd hex color red value is 212, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d44bdd hue: 0.82 , saturation: 0.68 and the lightness value of d44bdd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001011 11011101
Octal 324 113 335
Decimal 212 75 221
Hex D4 4B DD

RGB Percentages of Color #d44bdd

%41.73
%14.76
%43.50

CMYK Percentages of Color #d44bdd

%4
%66
%0
%13

Triadic Colors of #d44bdd

#d44bdd #ddd44b #4bddd4

Analogous Colors of #d44bdd

#d44bdd #dd4b9d #8b4bdd

Monochromatic Colors of #d44bdd

#d44bdd

Complementary Color

#d44bdd #54dd4b

#d44bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44bdd Color CSS Codes

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

#d44bdd Text Font Color

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

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


#d44bdd Background Color

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

This div background color is #d44bdd


#d44bdd Border Color

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

This div border color is #d44bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,75,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44bdd


Comments

No comments written yet.

Please login to write comment.