Color Hex Logo

#d3649a Color Hex

#D3649A
(211,100,154)
0 Favorites   0 Comments

Color spaces of #d3649a

RGB 211100154
HSL0.920.560.61
HSV331°53°83°
CMYK 0.000.530.27   0.17
XYZ37.253925.296333.4910
Yxy25.29630.38790.2634
Hunter Lab50.295444.1982-4.2736
CIE-Lab57.363049.6960-8.5180

#d3649a color RGB value is (211,100,154).

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

The process color (four color CMYK) of #d3649a color hex is 0.00, 0.53, 0.27, 0.17. Web safe color of #d3649a is #cc6699. Color #d3649a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100100 10011010
Octal 323 144 232
Decimal 211 100 154
Hex D3 64 9A

RGB Percentages of Color #d3649a

%45.38
%21.51
%33.12

CMYK Percentages of Color #d3649a

%0
%53
%27
%17

Triadic Colors of #d3649a

#d3649a #9ad364 #649ad3

Analogous Colors of #d3649a

#d3649a #d36664 #d364d2

Monochromatic Colors of #d3649a

#d3649a

Complementary Color

#d3649a #64d39d

#d3649a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3649a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3649a Color CSS Codes

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

#d3649a Text Font Color

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

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


#d3649a Background Color

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

This div background color is #d3649a


#d3649a Border Color

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

This div border color is #d3649a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3649a


Comments

No comments written yet.

Please login to write comment.