Color Hex Logo

#d3708e Color Hex

#D3708E
(211,112,142)
0 Favorites   0 Comments

Color spaces of #d3708e

RGB 211112142
HSL0.950.530.63
HSV342°47°83°
CMYK 0.000.470.33   0.17
XYZ37.540627.390228.8994
Yxy27.39020.40010.2919
Hunter Lab52.335636.45153.8954
CIE-Lab59.333842.13751.3553

#d3708e color RGB value is (211,112,142).

#d3708e hex color red value is 211, green value is 112 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d3708e hue: 0.95 , saturation: 0.53 and the lightness value of d3708e is 0.63.

The process color (four color CMYK) of #d3708e color hex is 0.00, 0.47, 0.33, 0.17. Web safe color of #d3708e is #cc6699. Color #d3708e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110000 10001110
Octal 323 160 216
Decimal 211 112 142
Hex D3 70 8E

RGB Percentages of Color #d3708e

%45.38
%24.09
%30.54

CMYK Percentages of Color #d3708e

%0
%47
%33
%17

Triadic Colors of #d3708e

#d3708e #8ed370 #708ed3

Analogous Colors of #d3708e

#d3708e #d38470 #d370c0

Monochromatic Colors of #d3708e

#d3708e

Complementary Color

#d3708e #70d3b5

#d3708e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3708e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3708e Color CSS Codes

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

#d3708e Text Font Color

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

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


#d3708e Background Color

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

This div background color is #d3708e


#d3708e Border Color

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

This div border color is #d3708e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3708e


Comments

No comments written yet.

Please login to write comment.