Color Hex Logo

#c694af Color Hex

#C694AF
(198,148,175)
0 Favorites   0 Comments

Color spaces of #c694af

RGB 198148175
HSL0.910.300.68
HSV328°25°78°
CMYK 0.000.250.12   0.22
XYZ41.616536.280745.3669
Yxy36.28070.33760.2943
Hunter Lab60.233517.9206-2.4929
CIE-Lab66.733823.0639-6.7345

#c694af color RGB value is (198,148,175).

#c694af hex color red value is 198, green value is 148 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c694af hue: 0.91 , saturation: 0.30 and the lightness value of c694af is 0.68.

The process color (four color CMYK) of #c694af color hex is 0.00, 0.25, 0.12, 0.22. Web safe color of #c694af is #cc9999. Color #c694af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010100 10101111
Octal 306 224 257
Decimal 198 148 175
Hex C6 94 AF

RGB Percentages of Color #c694af

%38.00
%28.41
%33.59

CMYK Percentages of Color #c694af

%0
%25
%12
%22

Triadic Colors of #c694af

#c694af #afc694 #94afc6

Analogous Colors of #c694af

#c694af #c69496 #c494c6

Monochromatic Colors of #c694af

#c694af

Complementary Color

#c694af #94c6ab

#c694af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c694af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c694af Color CSS Codes

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

#c694af Text Font Color

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

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


#c694af Background Color

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

This div background color is #c694af


#c694af Border Color

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

This div border color is #c694af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c694af


Comments

No comments written yet.

Please login to write comment.