Color Hex Logo

#d1299b Color Hex

#D1299B
(209,41,155)
0 Favorites   0 Comments

Color spaces of #d1299b

RGB 20941155
HSL0.890.670.49
HSV319°80°82°
CMYK 0.000.800.26   0.18
XYZ33.003817.507732.6502
Yxy17.50770.39690.2105
Hunter Lab41.842267.5713-16.9755
CIE-Lab48.893571.7219-21.9812

#d1299b color RGB value is (209,41,155).

#d1299b hex color red value is 209, green value is 41 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d1299b hue: 0.89 , saturation: 0.67 and the lightness value of d1299b is 0.49.

The process color (four color CMYK) of #d1299b color hex is 0.00, 0.80, 0.26, 0.18. Web safe color of #d1299b is #cc3399. Color #d1299b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101001 10011011
Octal 321 51 233
Decimal 209 41 155
Hex D1 29 9B

RGB Percentages of Color #d1299b

%51.60
%10.12
%38.27

CMYK Percentages of Color #d1299b

%0
%80
%26
%18

Triadic Colors of #d1299b

#d1299b #9bd129 #299bd1

Analogous Colors of #d1299b

#d1299b #d12947 #b329d1

Monochromatic Colors of #d1299b

#d1299b

Complementary Color

#d1299b #29d15f

#d1299b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1299b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1299b Color CSS Codes

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

#d1299b Text Font Color

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

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


#d1299b Background Color

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

This div background color is #d1299b


#d1299b Border Color

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

This div border color is #d1299b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1299b


Comments

No comments written yet.

Please login to write comment.