Color Hex Logo

#d18cc0 Color Hex

#D18CC0
(209,140,192)
0 Favorites   0 Comments

Color spaces of #d18cc0

RGB 209140192
HSL0.870.430.68
HSV315°33°82°
CMYK 0.000.330.08   0.18
XYZ45.187036.117254.4589
Yxy36.11720.33280.2660
Hunter Lab60.097629.0423-11.6588
CIE-Lab66.609434.1620-16.3271

#d18cc0 color RGB value is (209,140,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11000000
Octal 321 214 300
Decimal 209 140 192
Hex D1 8C C0

RGB Percentages of Color #d18cc0

%38.63
%25.88
%35.49

CMYK Percentages of Color #d18cc0

%0
%33
%8
%18

Triadic Colors of #d18cc0

#d18cc0 #c0d18c #8cc0d1

Analogous Colors of #d18cc0

#d18cc0 #d18c9e #c08cd1

Monochromatic Colors of #d18cc0

#d18cc0

Complementary Color

#d18cc0 #8cd19d

#d18cc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cc0 Color CSS Codes

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

#d18cc0 Text Font Color

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

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


#d18cc0 Background Color

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

This div background color is #d18cc0


#d18cc0 Border Color

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

This div border color is #d18cc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cc0


Comments

No comments written yet.

Please login to write comment.