Color Hex Logo

#c699ce Color Hex

#C699CE
(198,153,206)
0 Favorites   0 Comments

Color spaces of #c699ce

RGB 198153206
HSL0.810.350.70
HSV291°26°81°
CMYK 0.040.260.00   0.19
XYZ45.820539.244563.5525
Yxy39.24450.30830.2641
Hunter Lab62.645420.9300-16.2967
CIE-Lab68.928025.9831-20.7151

#c699ce color RGB value is (198,153,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011001 11001110
Octal 306 231 316
Decimal 198 153 206
Hex C6 99 CE

RGB Percentages of Color #c699ce

%35.55
%27.47
%36.98

CMYK Percentages of Color #c699ce

%4
%26
%0
%19

Triadic Colors of #c699ce

#c699ce #cec699 #99cec6

Analogous Colors of #c699ce

#c699ce #ce99bc #ac99ce

Monochromatic Colors of #c699ce

#c699ce

Complementary Color

#c699ce #a1ce99

#c699ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c699ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c699ce Color CSS Codes

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

#c699ce Text Font Color

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

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


#c699ce Background Color

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

This div background color is #c699ce


#c699ce Border Color

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

This div border color is #c699ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,153,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 #c699ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c699ce


Comments

No comments written yet.

Please login to write comment.