Color Hex Logo

#d3819b Color Hex

#D3819B
(211,129,155)
0 Favorites   0 Comments

Color spaces of #d3819b

RGB 211129155
HSL0.950.480.67
HSV341°39°83°
CMYK 0.000.390.27   0.17
XYZ40.630631.916035.0293
Yxy31.91600.37770.2967
Hunter Lab56.494229.51212.7832
CIE-Lab63.273434.9575-0.3638

#d3819b color RGB value is (211,129,155).

#d3819b hex color red value is 211, green value is 129 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d3819b hue: 0.95 , saturation: 0.48 and the lightness value of d3819b is 0.67.

The process color (four color CMYK) of #d3819b color hex is 0.00, 0.39, 0.27, 0.17. Web safe color of #d3819b is #cc9999. Color #d3819b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000001 10011011
Octal 323 201 233
Decimal 211 129 155
Hex D3 81 9B

RGB Percentages of Color #d3819b

%42.63
%26.06
%31.31

CMYK Percentages of Color #d3819b

%0
%39
%27
%17

Triadic Colors of #d3819b

#d3819b #9bd381 #819bd3

Analogous Colors of #d3819b

#d3819b #d39081 #d381c4

Monochromatic Colors of #d3819b

#d3819b

Complementary Color

#d3819b #81d3b9

#d3819b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3819b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3819b Color CSS Codes

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

#d3819b Text Font Color

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

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


#d3819b Background Color

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

This div background color is #d3819b


#d3819b Border Color

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

This div border color is #d3819b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3819b


Comments

No comments written yet.

Please login to write comment.