Color Hex Logo

#d3819a Color Hex

#D3819A
(211,129,154)
0 Favorites   0 Comments

Color spaces of #d3819a

RGB 211129154
HSL0.950.480.67
HSV342°39°83°
CMYK 0.000.390.27   0.17
XYZ40.547031.882534.5887
Yxy31.88250.37890.2979
Hunter Lab56.464629.36713.2057
CIE-Lab63.245734.81860.1654

#d3819a color RGB value is (211,129,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000001 10011010
Octal 323 201 232
Decimal 211 129 154
Hex D3 81 9A

RGB Percentages of Color #d3819a

%42.71
%26.11
%31.17

CMYK Percentages of Color #d3819a

%0
%39
%27
%17

Triadic Colors of #d3819a

#d3819a #9ad381 #819ad3

Analogous Colors of #d3819a

#d3819a #d39181 #d381c3

Monochromatic Colors of #d3819a

#d3819a

Complementary Color

#d3819a #81d3ba

#d3819a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3819a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3819a Color CSS Codes

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

#d3819a Text Font Color

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

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


#d3819a Background Color

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

This div background color is #d3819a


#d3819a Border Color

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

This div border color is #d3819a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3819a


Comments

No comments written yet.

Please login to write comment.