Color Hex Logo

#d1707b Color Hex

#D1707B
(209,112,123)
0 Favorites   0 Comments

Color spaces of #d1707b

RGB 209112123
HSL0.980.510.63
HSV353°46°82°
CMYK 0.000.460.41   0.18
XYZ35.663826.573721.9884
Yxy26.57370.42340.3155
Hunter Lab51.549733.280310.7948
CIE-Lab58.577639.178411.2435

#d1707b color RGB value is (209,112,123).

#d1707b hex color red value is 209, green value is 112 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d1707b hue: 0.98 , saturation: 0.51 and the lightness value of d1707b is 0.63.

The process color (four color CMYK) of #d1707b color hex is 0.00, 0.46, 0.41, 0.18. Web safe color of #d1707b is #cc6666. Color #d1707b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110000 01111011
Octal 321 160 173
Decimal 209 112 123
Hex D1 70 7B

RGB Percentages of Color #d1707b

%47.07
%25.23
%27.70

CMYK Percentages of Color #d1707b

%0
%46
%41
%18

Triadic Colors of #d1707b

#d1707b #7bd170 #707bd1

Analogous Colors of #d1707b

#d1707b #d19670 #d170ac

Monochromatic Colors of #d1707b

#d1707b

Complementary Color

#d1707b #70d1c6

#d1707b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1707b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1707b Color CSS Codes

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

#d1707b Text Font Color

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

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


#d1707b Background Color

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

This div background color is #d1707b


#d1707b Border Color

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

This div border color is #d1707b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1707b


Comments

No comments written yet.

Please login to write comment.