Color Hex Logo

#c694ab Color Hex

#C694AB
(198,148,171)
0 Favorites   0 Comments

Color spaces of #c694ab

RGB 198148171
HSL0.920.300.68
HSV332°25°78°
CMYK 0.000.250.14   0.22
XYZ41.229336.125943.3280
Yxy36.12590.34160.2993
Hunter Lab60.104817.2598-0.6672
CIE-Lab66.616022.3907-4.6654

#c694ab color RGB value is (198,148,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010100 10101011
Octal 306 224 253
Decimal 198 148 171
Hex C6 94 AB

RGB Percentages of Color #c694ab

%38.30
%28.63
%33.08

CMYK Percentages of Color #c694ab

%0
%25
%14
%22

Triadic Colors of #c694ab

#c694ab #abc694 #94abc6

Analogous Colors of #c694ab

#c694ab #c69694 #c694c4

Monochromatic Colors of #c694ab

#c694ab

Complementary Color

#c694ab #94c6af

#c694ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c694ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c694ab Color CSS Codes

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

#c694ab Text Font Color

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

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


#c694ab Background Color

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

This div background color is #c694ab


#c694ab Border Color

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

This div border color is #c694ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c694ab


Comments

No comments written yet.

Please login to write comment.