Color Hex Logo

#d45dbd Color Hex

#D45DBD
(212,93,189)
0 Favorites   0 Comments

Color spaces of #d45dbd

RGB 21293189
HSL0.870.580.60
HSV312°56°83°
CMYK 0.000.560.11   0.17
XYZ40.251025.499950.9446
Yxy25.49990.34490.2185
Hunter Lab50.497453.9101-24.4668
CIE-Lab57.559358.4106-28.4395

#d45dbd color RGB value is (212,93,189).

#d45dbd hex color red value is 212, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d45dbd hue: 0.87 , saturation: 0.58 and the lightness value of d45dbd is 0.60.

The process color (four color CMYK) of #d45dbd color hex is 0.00, 0.56, 0.11, 0.17. Web safe color of #d45dbd is #cc66cc. Color #d45dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011101 10111101
Octal 324 135 275
Decimal 212 93 189
Hex D4 5D BD

RGB Percentages of Color #d45dbd

%42.91
%18.83
%38.26

CMYK Percentages of Color #d45dbd

%0
%56
%11
%17

Triadic Colors of #d45dbd

#d45dbd #bdd45d #5dbdd4

Analogous Colors of #d45dbd

#d45dbd #d45d82 #b05dd4

Monochromatic Colors of #d45dbd

#d45dbd

Complementary Color

#d45dbd #5dd474

#d45dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45dbd Color CSS Codes

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

#d45dbd Text Font Color

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

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


#d45dbd Background Color

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

This div background color is #d45dbd


#d45dbd Border Color

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

This div border color is #d45dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45dbd


Comments

No comments written yet.

Please login to write comment.