Color Hex Logo

#d45bdd Color Hex

#D45BDD
(212,91,221)
0 Favorites   0 Comments

Color spaces of #d45bdd

RGB 21291221
HSL0.820.660.61
HSV296°59°87°
CMYK 0.040.590.00   0.13
XYZ43.943626.699771.2441
Yxy26.69970.30970.1882
Hunter Lab51.671861.3775-45.5778
CIE-Lab58.695364.6616-44.8456

#d45bdd color RGB value is (212,91,221).

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

The process color (four color CMYK) of #d45bdd color hex is 0.04, 0.59, 0.00, 0.13. Web safe color of #d45bdd is #cc66cc. Color #d45bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011011 11011101
Octal 324 133 335
Decimal 212 91 221
Hex D4 5B DD

RGB Percentages of Color #d45bdd

%40.46
%17.37
%42.18

CMYK Percentages of Color #d45bdd

%4
%59
%0
%13

Triadic Colors of #d45bdd

#d45bdd #ddd45b #5bddd4

Analogous Colors of #d45bdd

#d45bdd #dd5ba5 #935bdd

Monochromatic Colors of #d45bdd

#d45bdd

Complementary Color

#d45bdd #64dd5b

#d45bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45bdd Color CSS Codes

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

#d45bdd Text Font Color

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

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


#d45bdd Background Color

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

This div background color is #d45bdd


#d45bdd Border Color

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

This div border color is #d45bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45bdd


Comments

No comments written yet.

Please login to write comment.