Color Hex Logo

#c69ace Color Hex

#C69ACE
(198,154,206)
0 Favorites   0 Comments

Color spaces of #c69ace

RGB 198154206
HSL0.810.350.71
HSV291°25°81°
CMYK 0.040.250.00   0.19
XYZ45.984939.573263.6072
Yxy39.57320.30830.2653
Hunter Lab62.907220.3950-15.9147
CIE-Lab69.164525.4323-20.3554

#c69ace color RGB value is (198,154,206).

#c69ace hex color red value is 198, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c69ace hue: 0.81 , saturation: 0.35 and the lightness value of c69ace is 0.71.

The process color (four color CMYK) of #c69ace color hex is 0.04, 0.25, 0.00, 0.19. Web safe color of #c69ace is #cc99cc. Color #c69ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011010 11001110
Octal 306 232 316
Decimal 198 154 206
Hex C6 9A CE

RGB Percentages of Color #c69ace

%35.48
%27.60
%36.92

CMYK Percentages of Color #c69ace

%4
%25
%0
%19

Triadic Colors of #c69ace

#c69ace #cec69a #9acec6

Analogous Colors of #c69ace

#c69ace #ce9abc #ac9ace

Monochromatic Colors of #c69ace

#c69ace

Complementary Color

#c69ace #a2ce9a

#c69ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69ace Color CSS Codes

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

#c69ace Text Font Color

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

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


#c69ace Background Color

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

This div background color is #c69ace


#c69ace Border Color

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

This div border color is #c69ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69ace


Comments

No comments written yet.

Please login to write comment.