Color Hex Logo

#d18cca Color Hex

#D18CCA
(209,140,202)
0 Favorites   0 Comments

Color spaces of #d18cca

RGB 209140202
HSL0.850.430.68
HSV306°33°82°
CMYK 0.000.330.03   0.18
XYZ46.333236.575760.4949
Yxy36.57570.32310.2551
Hunter Lab60.477830.9159-16.9722
CIE-Lab66.957535.9336-21.3879

#d18cca color RGB value is (209,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11001010
Octal 321 214 312
Decimal 209 140 202
Hex D1 8C CA

RGB Percentages of Color #d18cca

%37.93
%25.41
%36.66

CMYK Percentages of Color #d18cca

%0
%33
%3
%18

Triadic Colors of #d18cca

#d18cca #cad18c #8ccad1

Analogous Colors of #d18cca

#d18cca #d18ca8 #b68cd1

Monochromatic Colors of #d18cca

#d18cca

Complementary Color

#d18cca #8cd193

#d18cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cca Color CSS Codes

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

#d18cca Text Font Color

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

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


#d18cca Background Color

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

This div background color is #d18cca


#d18cca Border Color

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

This div border color is #d18cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cca

#d18cca Color Palettes


Comments

No comments written yet.

Please login to write comment.