Color Hex Logo

#d1088b Color Hex

#D1088B
(209,8,139)
0 Favorites   0 Comments

Color spaces of #d1088b

RGB 2098139
HSL0.890.930.43
HSV321°96°82°
CMYK 0.000.960.33   0.18
XYZ31.041515.593125.7998
Yxy15.59310.42850.2153
Hunter Lab39.488171.2142-11.0958
CIE-Lab46.436175.2063-16.1121

#d1088b color RGB value is (209,8,139).

#d1088b hex color red value is 209, green value is 8 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d1088b hue: 0.89 , saturation: 0.93 and the lightness value of d1088b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001000 10001011
Octal 321 10 213
Decimal 209 8 139
Hex D1 8 8B

RGB Percentages of Color #d1088b

%58.71
%2.25
%39.04

CMYK Percentages of Color #d1088b

%0
%96
%33
%18

Triadic Colors of #d1088b

#d1088b #8bd108 #088bd1

Analogous Colors of #d1088b

#d1088b #d10827 #b308d1

Monochromatic Colors of #d1088b

#d1088b

Complementary Color

#d1088b #08d14e

#d1088b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1088b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1088b Color CSS Codes

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

#d1088b Text Font Color

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

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


#d1088b Background Color

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

This div background color is #d1088b


#d1088b Border Color

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

This div border color is #d1088b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,8,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 #d1088b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1088b


Comments

No comments written yet.

Please login to write comment.