Color Hex Logo

#d18098 Color Hex

#D18098
(209,128,152)
0 Favorites   0 Comments

Color spaces of #d18098

RGB 209128152
HSL0.950.470.66
HSV342°39°82°
CMYK 0.000.390.27   0.18
XYZ39.681231.260733.6482
Yxy31.26070.37940.2989
Hunter Lab55.911328.83983.4563
CIE-Lab62.727134.35540.5196

#d18098 color RGB value is (209,128,152).

#d18098 hex color red value is 209, green value is 128 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d18098 hue: 0.95 , saturation: 0.47 and the lightness value of d18098 is 0.66.

The process color (four color CMYK) of #d18098 color hex is 0.00, 0.39, 0.27, 0.18. Web safe color of #d18098 is #cc9999. Color #d18098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000000 10011000
Octal 321 200 230
Decimal 209 128 152
Hex D1 80 98

RGB Percentages of Color #d18098

%42.74
%26.18
%31.08

CMYK Percentages of Color #d18098

%0
%39
%27
%18

Triadic Colors of #d18098

#d18098 #98d180 #8098d1

Analogous Colors of #d18098

#d18098 #d19180 #d180c1

Monochromatic Colors of #d18098

#d18098

Complementary Color

#d18098 #80d1b9

#d18098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18098 Color CSS Codes

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

#d18098 Text Font Color

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

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


#d18098 Background Color

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

This div background color is #d18098


#d18098 Border Color

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

This div border color is #d18098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18098


Comments

No comments written yet.

Please login to write comment.