Color Hex Logo

#d1148b Color Hex

#D1148B
(209,20,139)
0 Favorites   0 Comments

Color spaces of #d1148b

RGB 20920139
HSL0.900.830.45
HSV322°90°82°
CMYK 0.000.900.33   0.18
XYZ31.204915.919725.8542
Yxy15.91970.42760.2181
Hunter Lab39.899569.7785-10.4893
CIE-Lab46.869073.9435-15.4527

#d1148b color RGB value is (209,20,139).

#d1148b hex color red value is 209, green value is 20 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d1148b hue: 0.90 , saturation: 0.83 and the lightness value of d1148b is 0.45.

The process color (four color CMYK) of #d1148b color hex is 0.00, 0.90, 0.33, 0.18. Web safe color of #d1148b is #cc0099. Color #d1148b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010100 10001011
Octal 321 24 213
Decimal 209 20 139
Hex D1 14 8B

RGB Percentages of Color #d1148b

%56.79
%5.43
%37.77

CMYK Percentages of Color #d1148b

%0
%90
%33
%18

Triadic Colors of #d1148b

#d1148b #8bd114 #148bd1

Analogous Colors of #d1148b

#d1148b #d1142d #b914d1

Monochromatic Colors of #d1148b

#d1148b

Complementary Color

#d1148b #14d15a

#d1148b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1148b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1148b Color CSS Codes

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

#d1148b Text Font Color

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

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


#d1148b Background Color

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

This div background color is #d1148b


#d1148b Border Color

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

This div border color is #d1148b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1148b


Comments

No comments written yet.

Please login to write comment.