Color Hex Logo

#d2819a Color Hex

#D2819A
(210,129,154)
0 Favorites   0 Comments

Color spaces of #d2819a

RGB 210129154
HSL0.950.470.66
HSV341°39°82°
CMYK 0.000.390.27   0.18
XYZ40.261331.735234.5754
Yxy31.73520.37780.2978
Hunter Lab56.334028.98753.0441
CIE-Lab63.123434.4593-0.0278

#d2819a color RGB value is (210,129,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000001 10011010
Octal 322 201 232
Decimal 210 129 154
Hex D2 81 9A

RGB Percentages of Color #d2819a

%42.60
%26.17
%31.24

CMYK Percentages of Color #d2819a

%0
%39
%27
%18

Triadic Colors of #d2819a

#d2819a #9ad281 #819ad2

Analogous Colors of #d2819a

#d2819a #d29181 #d281c3

Monochromatic Colors of #d2819a

#d2819a

Complementary Color

#d2819a #81d2b9

#d2819a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2819a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2819a Color CSS Codes

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

#d2819a Text Font Color

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

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


#d2819a Background Color

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

This div background color is #d2819a


#d2819a Border Color

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

This div border color is #d2819a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2819a


Comments

No comments written yet.

Please login to write comment.