Color Hex Logo

#d47bbd Color Hex

#D47BBD
(212,123,189)
0 Favorites   0 Comments

Color spaces of #d47bbd

RGB 212123189
HSL0.880.510.66
HSV316°42°83°
CMYK 0.000.420.11   0.17
XYZ43.419631.837152.0008
Yxy31.83710.34120.2502
Hunter Lab56.424438.6164-15.1447
CIE-Lab63.208043.6675-19.7660

#d47bbd color RGB value is (212,123,189).

#d47bbd hex color red value is 212, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d47bbd hue: 0.88 , saturation: 0.51 and the lightness value of d47bbd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111011 10111101
Octal 324 173 275
Decimal 212 123 189
Hex D4 7B BD

RGB Percentages of Color #d47bbd

%40.46
%23.47
%36.07

CMYK Percentages of Color #d47bbd

%0
%42
%11
%17

Triadic Colors of #d47bbd

#d47bbd #bdd47b #7bbdd4

Analogous Colors of #d47bbd

#d47bbd #d47b91 #bf7bd4

Monochromatic Colors of #d47bbd

#d47bbd

Complementary Color

#d47bbd #7bd492

#d47bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47bbd Color CSS Codes

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

#d47bbd Text Font Color

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

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


#d47bbd Background Color

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

This div background color is #d47bbd


#d47bbd Border Color

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

This div border color is #d47bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47bbd


Comments

No comments written yet.

Please login to write comment.