Color Hex Logo

#d18acb Color Hex

#D18ACB
(209,138,203)
0 Favorites   0 Comments

Color spaces of #d18acb

RGB 209138203
HSL0.850.440.68
HSV305°34°82°
CMYK 0.000.340.03   0.18
XYZ46.162536.044161.0241
Yxy36.04410.32230.2517
Hunter Lab60.036732.1851-18.2394
CIE-Lab66.553637.1906-22.5623

#d18acb color RGB value is (209,138,203).

#d18acb hex color red value is 209, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d18acb hue: 0.85 , saturation: 0.44 and the lightness value of d18acb is 0.68.

The process color (four color CMYK) of #d18acb color hex is 0.00, 0.34, 0.03, 0.18. Web safe color of #d18acb is #cc99cc. Color #d18acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001010 11001011
Octal 321 212 313
Decimal 209 138 203
Hex D1 8A CB

RGB Percentages of Color #d18acb

%38.00
%25.09
%36.91

CMYK Percentages of Color #d18acb

%0
%34
%3
%18

Triadic Colors of #d18acb

#d18acb #cbd18a #8acbd1

Analogous Colors of #d18acb

#d18acb #d18aa8 #b48ad1

Monochromatic Colors of #d18acb

#d18acb

Complementary Color

#d18acb #8ad190

#d18acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18acb Color CSS Codes

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

#d18acb Text Font Color

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

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


#d18acb Background Color

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

This div background color is #d18acb


#d18acb Border Color

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

This div border color is #d18acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18acb


Comments

No comments written yet.

Please login to write comment.