Color Hex Logo

#d13269 Color Hex

#D13269
(209,50,105)
0 Favorites   0 Comments

Color spaces of #d13269

RGB 20950105
HSL0.940.630.51
HSV339°76°82°
CMYK 0.000.760.50   0.18
XYZ29.984916.856415.0378
Yxy16.85640.48460.2724
Hunter Lab41.056558.51537.0234
CIE-Lab48.078664.17457.1000

#d13269 color RGB value is (209,50,105).

#d13269 hex color red value is 209, green value is 50 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #d13269 hue: 0.94 , saturation: 0.63 and the lightness value of d13269 is 0.51.

The process color (four color CMYK) of #d13269 color hex is 0.00, 0.76, 0.50, 0.18. Web safe color of #d13269 is #cc3366. Color #d13269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110010 01101001
Octal 321 62 151
Decimal 209 50 105
Hex D1 32 69

RGB Percentages of Color #d13269

%57.42
%13.74
%28.85

CMYK Percentages of Color #d13269

%0
%76
%50
%18

Triadic Colors of #d13269

#d13269 #69d132 #3269d1

Analogous Colors of #d13269

#d13269 #d14a32 #d132b9

Monochromatic Colors of #d13269

#d13269

Complementary Color

#d13269 #32d19a

#d13269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13269 Color CSS Codes

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

#d13269 Text Font Color

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

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


#d13269 Background Color

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

This div background color is #d13269


#d13269 Border Color

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

This div border color is #d13269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13269


Comments

No comments written yet.

Please login to write comment.