Color Hex Logo

#d18cbe Color Hex

#D18CBE
(209,140,190)
0 Favorites   0 Comments

Color spaces of #d18cbe

RGB 209140190
HSL0.880.430.68
HSV317°33°82°
CMYK 0.000.330.09   0.18
XYZ44.966836.029253.2995
Yxy36.02920.33480.2683
Hunter Lab60.024328.6794-10.6304
CIE-Lab66.542233.8165-15.3081

#d18cbe color RGB value is (209,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 10111110
Octal 321 214 276
Decimal 209 140 190
Hex D1 8C BE

RGB Percentages of Color #d18cbe

%38.78
%25.97
%35.25

CMYK Percentages of Color #d18cbe

%0
%33
%9
%18

Triadic Colors of #d18cbe

#d18cbe #bed18c #8cbed1

Analogous Colors of #d18cbe

#d18cbe #d18c9c #c28cd1

Monochromatic Colors of #d18cbe

#d18cbe

Complementary Color

#d18cbe #8cd19f

#d18cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cbe Color CSS Codes

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

#d18cbe Text Font Color

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

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


#d18cbe Background Color

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

This div background color is #d18cbe


#d18cbe Border Color

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

This div border color is #d18cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cbe


Comments

No comments written yet.

Please login to write comment.