Color Hex Logo

#d14080 Color Hex

#D14080
(209,64,128)
0 Favorites   0 Comments

Color spaces of #d14080

RGB 20964128
HSL0.930.610.54
HSV334°69°82°
CMYK 0.000.690.39   0.18
XYZ32.024218.780622.3592
Yxy18.78060.43770.2567
Hunter Lab43.336656.0661-0.2546
CIE-Lab50.429561.5890-3.4609

#d14080 color RGB value is (209,64,128).

#d14080 hex color red value is 209, green value is 64 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d14080 hue: 0.93 , saturation: 0.61 and the lightness value of d14080 is 0.54.

The process color (four color CMYK) of #d14080 color hex is 0.00, 0.69, 0.39, 0.18. Web safe color of #d14080 is #cc3399. Color #d14080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000000 10000000
Octal 321 100 200
Decimal 209 64 128
Hex D1 40 80

RGB Percentages of Color #d14080

%52.12
%15.96
%31.92

CMYK Percentages of Color #d14080

%0
%69
%39
%18

Triadic Colors of #d14080

#d14080 #80d140 #4080d1

Analogous Colors of #d14080

#d14080 #d14940 #d140c9

Monochromatic Colors of #d14080

#d14080

Complementary Color

#d14080 #40d191

#d14080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14080 Color CSS Codes

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

#d14080 Text Font Color

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

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


#d14080 Background Color

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

This div background color is #d14080


#d14080 Border Color

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

This div border color is #d14080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14080


Comments

No comments written yet.

Please login to write comment.