Color Hex Logo

#c18add Color Hex

#C18ADD
(193,138,221)
0 Favorites   0 Comments

Color spaces of #c18add

RGB 193138221
HSL0.780.550.70
HSV280°38°87°
CMYK 0.130.380.00   0.13
XYZ44.131934.734972.7851
Yxy34.73490.29100.2290
Hunter Lab58.936330.5234-31.9665
CIE-Lab65.541735.7026-34.2843

#c18add color RGB value is (193,138,221).

#c18add hex color red value is 193, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c18add hue: 0.78 , saturation: 0.55 and the lightness value of c18add is 0.70.

The process color (four color CMYK) of #c18add color hex is 0.13, 0.38, 0.00, 0.13. Web safe color of #c18add is #cc99cc. Color #c18add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001010 11011101
Octal 301 212 335
Decimal 193 138 221
Hex C1 8A DD

RGB Percentages of Color #c18add

%34.96
%25.00
%40.04

CMYK Percentages of Color #c18add

%13
%38
%0
%13

Triadic Colors of #c18add

#c18add #ddc18a #8addc1

Analogous Colors of #c18add

#c18add #dd8ad0 #988add

Monochromatic Colors of #c18add

#c18add

Complementary Color

#c18add #a6dd8a

#c18add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18add Color CSS Codes

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

#c18add Text Font Color

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

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


#c18add Background Color

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

This div background color is #c18add


#c18add Border Color

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

This div border color is #c18add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18add


Comments

No comments written yet.

Please login to write comment.