Color Hex Logo

#c693ad Color Hex

#C693AD
(198,147,173)
0 Favorites   0 Comments

Color spaces of #c693ad

RGB 198147173
HSL0.920.310.68
HSV329°26°78°
CMYK 0.000.260.13   0.22
XYZ41.265235.890344.2878
Yxy35.89030.33980.2955
Hunter Lab59.908518.1115-1.8946
CIE-Lab66.436023.2763-6.0541

#c693ad color RGB value is (198,147,173).

#c693ad hex color red value is 198, green value is 147 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c693ad hue: 0.92 , saturation: 0.31 and the lightness value of c693ad is 0.68.

The process color (four color CMYK) of #c693ad color hex is 0.00, 0.26, 0.13, 0.22. Web safe color of #c693ad is #cc9999. Color #c693ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 10101101
Octal 306 223 255
Decimal 198 147 173
Hex C6 93 AD

RGB Percentages of Color #c693ad

%38.22
%28.38
%33.40

CMYK Percentages of Color #c693ad

%0
%26
%13
%22

Triadic Colors of #c693ad

#c693ad #adc693 #93adc6

Analogous Colors of #c693ad

#c693ad #c69394 #c693c6

Monochromatic Colors of #c693ad

#c693ad

Complementary Color

#c693ad #93c6ac

#c693ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c693ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c693ad Color CSS Codes

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

#c693ad Text Font Color

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

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


#c693ad Background Color

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

This div background color is #c693ad


#c693ad Border Color

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

This div border color is #c693ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,147,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c693ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c693ad;
  -webkit-box-shadow: 1px 1px 3px 2px #c693ad;
  box-shadow:         1px 1px 3px 2px #c693ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,147,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c693ad


Comments

No comments written yet.

Please login to write comment.