Color Hex Logo

#d14587 Color Hex

#D14587
(209,69,135)
0 Favorites   0 Comments

Color spaces of #d14587

RGB 20969135
HSL0.920.600.55
HSV332°67°82°
CMYK 0.000.670.35   0.18
XYZ32.795819.560824.9688
Yxy19.56080.42410.2530
Hunter Lab44.227654.9637-2.5130
CIE-Lab51.337060.4498-6.3190

#d14587 color RGB value is (209,69,135).

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

The process color (four color CMYK) of #d14587 color hex is 0.00, 0.67, 0.35, 0.18. Web safe color of #d14587 is #cc3399. Color #d14587 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000101 10000111
Octal 321 105 207
Decimal 209 69 135
Hex D1 45 87

RGB Percentages of Color #d14587

%50.61
%16.71
%32.69

CMYK Percentages of Color #d14587

%0
%67
%35
%18

Triadic Colors of #d14587

#d14587 #87d145 #4587d1

Analogous Colors of #d14587

#d14587 #d14945 #d145cd

Monochromatic Colors of #d14587

#d14587

Complementary Color

#d14587 #45d18f

#d14587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14587 Color CSS Codes

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

#d14587 Text Font Color

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

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


#d14587 Background Color

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

This div background color is #d14587


#d14587 Border Color

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

This div border color is #d14587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14587


Comments

No comments written yet.

Please login to write comment.