Color Hex Logo

#d18cbc Color Hex

#D18CBC
(209,140,188)
0 Favorites   0 Comments

Color spaces of #d18cbc

RGB 209140188
HSL0.880.430.68
HSV318°33°82°
CMYK 0.000.330.10   0.18
XYZ44.749735.942352.1559
Yxy35.94230.33680.2706
Hunter Lab59.951928.3214-9.6137
CIE-Lab66.475833.4748-14.2871

#d18cbc color RGB value is (209,140,188).

#d18cbc hex color red value is 209, green value is 140 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d18cbc hue: 0.88 , saturation: 0.43 and the lightness value of d18cbc is 0.68.

The process color (four color CMYK) of #d18cbc color hex is 0.00, 0.33, 0.10, 0.18. Web safe color of #d18cbc is #cc99cc. Color #d18cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 10111100
Octal 321 214 274
Decimal 209 140 188
Hex D1 8C BC

RGB Percentages of Color #d18cbc

%38.92
%26.07
%35.01

CMYK Percentages of Color #d18cbc

%0
%33
%10
%18

Triadic Colors of #d18cbc

#d18cbc #bcd18c #8cbcd1

Analogous Colors of #d18cbc

#d18cbc #d18c9a #c48cd1

Monochromatic Colors of #d18cbc

#d18cbc

Complementary Color

#d18cbc #8cd1a1

#d18cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cbc Color CSS Codes

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

#d18cbc Text Font Color

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

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


#d18cbc Background Color

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

This div background color is #d18cbc


#d18cbc Border Color

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

This div border color is #d18cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cbc


Comments

No comments written yet.

Please login to write comment.