Color Hex Logo

#d3906b Color Hex

#D3906B
(211,144,107)
0 Favorites   0 Comments

Color spaces of #d3906b

RGB 211144107
HSL0.060.540.62
HSV21°49°83°
CMYK 0.000.320.49   0.17
XYZ39.491134.856918.5566
Yxy34.85690.42510.3752
Hunter Lab59.039716.077422.6926
CIE-Lab65.637121.214529.8678

#d3906b color RGB value is (211,144,107).

#d3906b hex color red value is 211, green value is 144 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d3906b hue: 0.06 , saturation: 0.54 and the lightness value of d3906b is 0.62.

The process color (four color CMYK) of #d3906b color hex is 0.00, 0.32, 0.49, 0.17. Web safe color of #d3906b is #cc9966. Color #d3906b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010000 01101011
Octal 323 220 153
Decimal 211 144 107
Hex D3 90 6B

RGB Percentages of Color #d3906b

%45.67
%31.17
%23.16

CMYK Percentages of Color #d3906b

%0
%32
%49
%17

Triadic Colors of #d3906b

#d3906b #6bd390 #906bd3

Analogous Colors of #d3906b

#d3906b #d3c46b #d36b7a

Monochromatic Colors of #d3906b

#d3906b

Complementary Color

#d3906b #6baed3

#d3906b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3906b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3906b Color CSS Codes

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

#d3906b Text Font Color

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

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


#d3906b Background Color

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

This div background color is #d3906b


#d3906b Border Color

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

This div border color is #d3906b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,144,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3906b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3906b;
  -webkit-box-shadow: 1px 1px 3px 2px #d3906b;
  box-shadow:         1px 1px 3px 2px #d3906b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,144,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3906b


Comments

No comments written yet.

Please login to write comment.