Color Hex Logo

#d3719b Color Hex

#D3719B
(211,113,155)
0 Favorites   0 Comments

Color spaces of #d3719b

RGB 211113155
HSL0.930.530.64
HSV334°46°83°
CMYK 0.000.460.27   0.17
XYZ38.685528.025734.3809
Yxy28.02570.38270.2772
Hunter Lab52.939337.7954-1.4478
CIE-Lab59.911943.3375-5.3085

#d3719b color RGB value is (211,113,155).

#d3719b hex color red value is 211, green value is 113 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d3719b hue: 0.93 , saturation: 0.53 and the lightness value of d3719b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110001 10011011
Octal 323 161 233
Decimal 211 113 155
Hex D3 71 9B

RGB Percentages of Color #d3719b

%44.05
%23.59
%32.36

CMYK Percentages of Color #d3719b

%0
%46
%27
%17

Triadic Colors of #d3719b

#d3719b #9bd371 #719bd3

Analogous Colors of #d3719b

#d3719b #d37871 #d371cc

Monochromatic Colors of #d3719b

#d3719b

Complementary Color

#d3719b #71d3a9

#d3719b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3719b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3719b Color CSS Codes

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

#d3719b Text Font Color

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

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


#d3719b Background Color

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

This div background color is #d3719b


#d3719b Border Color

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

This div border color is #d3719b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3719b


Comments

No comments written yet.

Please login to write comment.