Color Hex Logo

#d47bdc Color Hex

#D47BDC
(212,123,220)
0 Favorites   0 Comments

Color spaces of #d47bdc

RGB 212123220
HSL0.820.580.67
HSV295°44°86°
CMYK 0.040.440.00   0.14
XYZ47.152633.330371.6583
Yxy33.33030.30990.2191
Hunter Lab57.732444.7571-33.1789
CIE-Lab64.427549.1450-35.2984

#d47bdc color RGB value is (212,123,220).

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

The process color (four color CMYK) of #d47bdc color hex is 0.04, 0.44, 0.00, 0.14. Web safe color of #d47bdc is #cc66cc. Color #d47bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111011 11011100
Octal 324 173 334
Decimal 212 123 220
Hex D4 7B DC

RGB Percentages of Color #d47bdc

%38.20
%22.16
%39.64

CMYK Percentages of Color #d47bdc

%4
%44
%0
%14

Triadic Colors of #d47bdc

#d47bdc #dcd47b #7bdcd4

Analogous Colors of #d47bdc

#d47bdc #dc7bb4 #a47bdc

Monochromatic Colors of #d47bdc

#d47bdc

Complementary Color

#d47bdc #83dc7b

#d47bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47bdc Color CSS Codes

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

#d47bdc Text Font Color

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

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


#d47bdc Background Color

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

This div background color is #d47bdc


#d47bdc Border Color

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

This div border color is #d47bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47bdc


Comments

No comments written yet.

Please login to write comment.