Color Hex Logo

#d49bdc Color Hex

#D49BDC
(212,155,220)
0 Favorites   0 Comments

Color spaces of #d49bdc

RGB 212155220
HSL0.810.480.74
HSV293°30°86°
CMYK 0.040.300.00   0.14
XYZ51.791042.607073.2044
Yxy42.60700.30900.2542
Hunter Lab65.274027.3994-20.8015
CIE-Lab71.287432.1513-24.7132

#d49bdc color RGB value is (212,155,220).

#d49bdc hex color red value is 212, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d49bdc hue: 0.81 , saturation: 0.48 and the lightness value of d49bdc is 0.74.

The process color (four color CMYK) of #d49bdc color hex is 0.04, 0.30, 0.00, 0.14. Web safe color of #d49bdc is #cc99cc. Color #d49bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011011 11011100
Octal 324 233 334
Decimal 212 155 220
Hex D4 9B DC

RGB Percentages of Color #d49bdc

%36.12
%26.41
%37.48

CMYK Percentages of Color #d49bdc

%4
%30
%0
%14

Triadic Colors of #d49bdc

#d49bdc #dcd49b #9bdcd4

Analogous Colors of #d49bdc

#d49bdc #dc9bc4 #b49bdc

Monochromatic Colors of #d49bdc

#d49bdc

Complementary Color

#d49bdc #a3dc9b

#d49bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49bdc Color CSS Codes

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

#d49bdc Text Font Color

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

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


#d49bdc Background Color

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

This div background color is #d49bdc


#d49bdc Border Color

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

This div border color is #d49bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49bdc

#d49bdc Color Palettes


Comments

No comments written yet.

Please login to write comment.