Color Hex Logo

#d49bdb Color Hex

#D49BDB
(212,155,219)
0 Favorites   0 Comments

Color spaces of #d49bdb

RGB 212155219
HSL0.820.470.73
HSV293°29°86°
CMYK 0.030.290.00   0.14
XYZ51.658942.554272.5089
Yxy42.55420.30990.2552
Hunter Lab65.233627.1966-20.2389
CIE-Lab71.251331.9593-24.2187

#d49bdb color RGB value is (212,155,219).

#d49bdb hex color red value is 212, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d49bdb hue: 0.82 , saturation: 0.47 and the lightness value of d49bdb is 0.73.

The process color (four color CMYK) of #d49bdb color hex is 0.03, 0.29, 0.00, 0.14. Web safe color of #d49bdb is #cc99cc. Color #d49bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011011 11011011
Octal 324 233 333
Decimal 212 155 219
Hex D4 9B DB

RGB Percentages of Color #d49bdb

%36.18
%26.45
%37.37

CMYK Percentages of Color #d49bdb

%3
%29
%0
%14

Triadic Colors of #d49bdb

#d49bdb #dbd49b #9bdbd4

Analogous Colors of #d49bdb

#d49bdb #db9bc2 #b49bdb

Monochromatic Colors of #d49bdb

#d49bdb

Complementary Color

#d49bdb #a2db9b

#d49bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49bdb Color CSS Codes

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

#d49bdb Text Font Color

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

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


#d49bdb Background Color

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

This div background color is #d49bdb


#d49bdb Border Color

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

This div border color is #d49bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49bdb


Comments

No comments written yet.

Please login to write comment.