Color Hex Logo

#d15672 Color Hex

#D15672
(209,86,114)
0 Favorites   0 Comments

Color spaces of #d15672

RGB 20986114
HSL0.960.570.58
HSV346°59°82°
CMYK 0.000.590.45   0.18
XYZ32.659521.425818.3338
Yxy21.42580.45100.2959
Hunter Lab46.288044.94058.9180
CIE-Lab53.412451.01759.2363

#d15672 color RGB value is (209,86,114).

#d15672 hex color red value is 209, green value is 86 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d15672 hue: 0.96 , saturation: 0.57 and the lightness value of d15672 is 0.58.

The process color (four color CMYK) of #d15672 color hex is 0.00, 0.59, 0.45, 0.18. Web safe color of #d15672 is #cc6666. Color #d15672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010110 01110010
Octal 321 126 162
Decimal 209 86 114
Hex D1 56 72

RGB Percentages of Color #d15672

%51.10
%21.03
%27.87

CMYK Percentages of Color #d15672

%0
%59
%45
%18

Triadic Colors of #d15672

#d15672 #72d156 #5672d1

Analogous Colors of #d15672

#d15672 #d17856 #d156b0

Monochromatic Colors of #d15672

#d15672

Complementary Color

#d15672 #56d1b5

#d15672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15672 Color CSS Codes

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

#d15672 Text Font Color

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

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


#d15672 Background Color

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

This div background color is #d15672


#d15672 Border Color

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

This div border color is #d15672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15672


Comments

No comments written yet.

Please login to write comment.