Color Hex Logo

#d1269d Color Hex

#D1269D
(209,38,157)
0 Favorites   0 Comments

Color spaces of #d1269d

RGB 20938157
HSL0.880.690.48
HSV318°82°82°
CMYK 0.000.820.25   0.18
XYZ33.073417.375933.5090
Yxy17.37590.39390.2070
Hunter Lab41.684468.6784-18.4826
CIE-Lab48.730272.6724-23.4262

#d1269d color RGB value is (209,38,157).

#d1269d hex color red value is 209, green value is 38 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d1269d hue: 0.88 , saturation: 0.69 and the lightness value of d1269d is 0.48.

The process color (four color CMYK) of #d1269d color hex is 0.00, 0.82, 0.25, 0.18. Web safe color of #d1269d is #cc3399. Color #d1269d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100110 10011101
Octal 321 46 235
Decimal 209 38 157
Hex D1 26 9D

RGB Percentages of Color #d1269d

%51.73
%9.41
%38.86

CMYK Percentages of Color #d1269d

%0
%82
%25
%18

Triadic Colors of #d1269d

#d1269d #9dd126 #269dd1

Analogous Colors of #d1269d

#d1269d #d12647 #b026d1

Monochromatic Colors of #d1269d

#d1269d

Complementary Color

#d1269d #26d15a

#d1269d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1269d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1269d Color CSS Codes

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

#d1269d Text Font Color

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

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


#d1269d Background Color

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

This div background color is #d1269d


#d1269d Border Color

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

This div border color is #d1269d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1269d


Comments

No comments written yet.

Please login to write comment.