Color Hex Logo

#d14284 Color Hex

#D14284
(209,66,132)
0 Favorites   0 Comments

Color spaces of #d14284

RGB 20966132
HSL0.920.610.54
HSV332°68°82°
CMYK 0.000.680.37   0.18
XYZ32.407619.117723.8118
Yxy19.11770.43020.2538
Hunter Lab43.723855.7856-1.6824
CIE-Lab50.824661.2689-5.2815

#d14284 color RGB value is (209,66,132).

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

The process color (four color CMYK) of #d14284 color hex is 0.00, 0.68, 0.37, 0.18. Web safe color of #d14284 is #cc3399. Color #d14284 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000010 10000100
Octal 321 102 204
Decimal 209 66 132
Hex D1 42 84

RGB Percentages of Color #d14284

%51.35
%16.22
%32.43

CMYK Percentages of Color #d14284

%0
%68
%37
%18

Triadic Colors of #d14284

#d14284 #84d142 #4284d1

Analogous Colors of #d14284

#d14284 #d14842 #d142cc

Monochromatic Colors of #d14284

#d14284

Complementary Color

#d14284 #42d18f

#d14284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14284 Color CSS Codes

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

#d14284 Text Font Color

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

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


#d14284 Background Color

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

This div background color is #d14284


#d14284 Border Color

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

This div border color is #d14284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14284


Comments

No comments written yet.

Please login to write comment.