Color Hex Logo

#d18ccc Color Hex

#D18CCC
(209,140,204)
0 Favorites   0 Comments

Color spaces of #d18ccc

RGB 209140204
HSL0.850.430.68
HSV304°33°82°
CMYK 0.000.330.02   0.18
XYZ46.571736.671161.7504
Yxy36.67110.32120.2529
Hunter Lab60.556731.3030-18.0691
CIE-Lab67.029536.2971-22.3933

#d18ccc color RGB value is (209,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11001100
Octal 321 214 314
Decimal 209 140 204
Hex D1 8C CC

RGB Percentages of Color #d18ccc

%37.79
%25.32
%36.89

CMYK Percentages of Color #d18ccc

%0
%33
%2
%18

Triadic Colors of #d18ccc

#d18ccc #ccd18c #8cccd1

Analogous Colors of #d18ccc

#d18ccc #d18caa #b48cd1

Monochromatic Colors of #d18ccc

#d18ccc

Complementary Color

#d18ccc #8cd191

#d18ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18ccc Color CSS Codes

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

#d18ccc Text Font Color

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

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


#d18ccc Background Color

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

This div background color is #d18ccc


#d18ccc Border Color

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

This div border color is #d18ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18ccc


Comments

No comments written yet.

Please login to write comment.