Color Hex Logo

#d1435e Color Hex

#D1435E
(209,67,94)
0 Favorites   0 Comments

Color spaces of #d1435e

RGB 2096794
HSL0.970.610.54
HSV349°68°82°
CMYK 0.000.680.55   0.18
XYZ30.322018.377812.5388
Yxy18.37780.49510.3001
Hunter Lab42.869351.233912.6669
CIE-Lab49.951257.373816.4054

#d1435e color RGB value is (209,67,94).

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

The process color (four color CMYK) of #d1435e color hex is 0.00, 0.68, 0.55, 0.18. Web safe color of #d1435e is #cc3366. Color #d1435e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000011 01011110
Octal 321 103 136
Decimal 209 67 94
Hex D1 43 5E

RGB Percentages of Color #d1435e

%56.49
%18.11
%25.41

CMYK Percentages of Color #d1435e

%0
%68
%55
%18

Triadic Colors of #d1435e

#d1435e #5ed143 #435ed1

Analogous Colors of #d1435e

#d1435e #d16f43 #d143a5

Monochromatic Colors of #d1435e

#d1435e

Complementary Color

#d1435e #43d1b6

#d1435e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1435e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1435e Color CSS Codes

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

#d1435e Text Font Color

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

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


#d1435e Background Color

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

This div background color is #d1435e


#d1435e Border Color

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

This div border color is #d1435e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1435e


Comments

No comments written yet.

Please login to write comment.