Color Hex Logo

#c18abd Color Hex

#C18ABD
(193,138,189)
0 Favorites   0 Comments

Color spaces of #c18abd

RGB 193138189
HSL0.850.310.65
HSV304°28°76°
CMYK 0.000.280.02   0.24
XYZ40.266133.188552.4279
Yxy33.18850.31990.2636
Hunter Lab57.609523.9459-13.6307
CIE-Lab64.313229.3456-18.2873

#c18abd color RGB value is (193,138,189).

#c18abd hex color red value is 193, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c18abd hue: 0.85 , saturation: 0.31 and the lightness value of c18abd is 0.65.

The process color (four color CMYK) of #c18abd color hex is 0.00, 0.28, 0.02, 0.24. Web safe color of #c18abd is #cc99cc. Color #c18abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001010 10111101
Octal 301 212 275
Decimal 193 138 189
Hex C1 8A BD

RGB Percentages of Color #c18abd

%37.12
%26.54
%36.35

CMYK Percentages of Color #c18abd

%0
%28
%2
%24

Triadic Colors of #c18abd

#c18abd #bdc18a #8abdc1

Analogous Colors of #c18abd

#c18abd #c18aa2 #aa8ac1

Monochromatic Colors of #c18abd

#c18abd

Complementary Color

#c18abd #8ac18e

#c18abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18abd Color CSS Codes

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

#c18abd Text Font Color

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

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


#c18abd Background Color

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

This div background color is #c18abd


#c18abd Border Color

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

This div border color is #c18abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,138,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18abd


Comments

No comments written yet.

Please login to write comment.