Color Hex Logo

#c18aca Color Hex

#C18ACA
(193,138,202)
0 Favorites   0 Comments

Color spaces of #c18aca

RGB 193138202
HSL0.810.380.67
HSV292°32°79°
CMYK 0.040.320.00   0.21
XYZ41.741533.778760.1970
Yxy33.77870.30760.2489
Hunter Lab58.119426.4900-20.7258
CIE-Lab64.786531.8373-24.8606

#c18aca color RGB value is (193,138,202).

#c18aca hex color red value is 193, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c18aca hue: 0.81 , saturation: 0.38 and the lightness value of c18aca is 0.67.

The process color (four color CMYK) of #c18aca color hex is 0.04, 0.32, 0.00, 0.21. Web safe color of #c18aca is #cc99cc. Color #c18aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001010 11001010
Octal 301 212 312
Decimal 193 138 202
Hex C1 8A CA

RGB Percentages of Color #c18aca

%36.21
%25.89
%37.90

CMYK Percentages of Color #c18aca

%4
%32
%0
%21

Triadic Colors of #c18aca

#c18aca #cac18a #8acac1

Analogous Colors of #c18aca

#c18aca #ca8ab3 #a18aca

Monochromatic Colors of #c18aca

#c18aca

Complementary Color

#c18aca #93ca8a

#c18aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18aca Color CSS Codes

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

#c18aca Text Font Color

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

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


#c18aca Background Color

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

This div background color is #c18aca


#c18aca Border Color

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

This div border color is #c18aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,138,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 #c18aca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18aca


Comments

No comments written yet.

Please login to write comment.