Color Hex Logo

#d3499a Color Hex

#D3499A
(211,73,154)
0 Favorites   0 Comments

Color spaces of #d3499a

RGB 21173154
HSL0.900.610.56
HSV325°65°83°
CMYK 0.000.650.27   0.17
XYZ35.079220.947132.7662
Yxy20.94710.39510.2359
Hunter Lab45.768056.7185-10.4093
CIE-Lab52.891661.7061-15.2463

#d3499a color RGB value is (211,73,154).

#d3499a hex color red value is 211, green value is 73 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d3499a hue: 0.90 , saturation: 0.61 and the lightness value of d3499a is 0.56.

The process color (four color CMYK) of #d3499a color hex is 0.00, 0.65, 0.27, 0.17. Web safe color of #d3499a is #cc3399. Color #d3499a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001001 10011010
Octal 323 111 232
Decimal 211 73 154
Hex D3 49 9A

RGB Percentages of Color #d3499a

%48.17
%16.67
%35.16

CMYK Percentages of Color #d3499a

%0
%65
%27
%17

Triadic Colors of #d3499a

#d3499a #9ad349 #499ad3

Analogous Colors of #d3499a

#d3499a #d34955 #c749d3

Monochromatic Colors of #d3499a

#d3499a

Complementary Color

#d3499a #49d382

#d3499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3499a Color CSS Codes

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

#d3499a Text Font Color

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

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


#d3499a Background Color

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

This div background color is #d3499a


#d3499a Border Color

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

This div border color is #d3499a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3499a


Comments

No comments written yet.

Please login to write comment.