Color Hex Logo

#d14867 Color Hex

#D14867
(209,72,103)
0 Favorites   0 Comments

Color spaces of #d14867

RGB 20972103
HSL0.960.600.55
HSV346°66°82°
CMYK 0.000.660.51   0.18
XYZ31.060019.169314.8950
Yxy19.16930.47690.2943
Hunter Lab43.782850.010210.4773
CIE-Lab50.884756.099612.2663

#d14867 color RGB value is (209,72,103).

#d14867 hex color red value is 209, green value is 72 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #d14867 hue: 0.96 , saturation: 0.60 and the lightness value of d14867 is 0.55.

The process color (four color CMYK) of #d14867 color hex is 0.00, 0.66, 0.51, 0.18. Web safe color of #d14867 is #cc3366. Color #d14867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 01100111
Octal 321 110 147
Decimal 209 72 103
Hex D1 48 67

RGB Percentages of Color #d14867

%54.43
%18.75
%26.82

CMYK Percentages of Color #d14867

%0
%66
%51
%18

Triadic Colors of #d14867

#d14867 #67d148 #4867d1

Analogous Colors of #d14867

#d14867 #d16e48 #d148ac

Monochromatic Colors of #d14867

#d14867

Complementary Color

#d14867 #48d1b2

#d14867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14867 Color CSS Codes

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

#d14867 Text Font Color

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

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


#d14867 Background Color

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

This div background color is #d14867


#d14867 Border Color

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

This div border color is #d14867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14867


Comments

No comments written yet.

Please login to write comment.