Color Hex Logo

#d14891 Color Hex

#D14891
(209,72,145)
0 Favorites   0 Comments

Color spaces of #d14891

RGB 20972145
HSL0.910.600.55
HSV328°66°82°
CMYK 0.000.660.31   0.18
XYZ33.722720.234428.9163
Yxy20.23440.40690.2442
Hunter Lab44.982755.0986-6.6257
CIE-Lab52.101260.4289-11.1397

#d14891 color RGB value is (209,72,145).

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

The process color (four color CMYK) of #d14891 color hex is 0.00, 0.66, 0.31, 0.18. Web safe color of #d14891 is #cc3399. Color #d14891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 10010001
Octal 321 110 221
Decimal 209 72 145
Hex D1 48 91

RGB Percentages of Color #d14891

%49.06
%16.90
%34.04

CMYK Percentages of Color #d14891

%0
%66
%31
%18

Triadic Colors of #d14891

#d14891 #91d148 #4891d1

Analogous Colors of #d14891

#d14891 #d1484d #cd48d1

Monochromatic Colors of #d14891

#d14891

Complementary Color

#d14891 #48d188

#d14891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14891 Color CSS Codes

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

#d14891 Text Font Color

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

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


#d14891 Background Color

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

This div background color is #d14891


#d14891 Border Color

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

This div border color is #d14891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14891


Comments

No comments written yet.

Please login to write comment.