Color Hex Logo

#c689ce Color Hex

#C689CE
(198,137,206)
0 Favorites   0 Comments

Color spaces of #c689ce

RGB 198137206
HSL0.810.410.67
HSV293°33°81°
CMYK 0.040.330.00   0.19
XYZ43.374934.353362.7373
Yxy34.35330.30880.2446
Hunter Lab58.611729.5264-22.4352
CIE-Lab65.242034.7679-26.3525

#c689ce color RGB value is (198,137,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001001 11001110
Octal 306 211 316
Decimal 198 137 206
Hex C6 89 CE

RGB Percentages of Color #c689ce

%36.60
%25.32
%38.08

CMYK Percentages of Color #c689ce

%4
%33
%0
%19

Triadic Colors of #c689ce

#c689ce #cec689 #89cec6

Analogous Colors of #c689ce

#c689ce #ce89b4 #a489ce

Monochromatic Colors of #c689ce

#c689ce

Complementary Color

#c689ce #91ce89

#c689ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c689ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c689ce Color CSS Codes

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

#c689ce Text Font Color

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

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


#c689ce Background Color

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

This div background color is #c689ce


#c689ce Border Color

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

This div border color is #c689ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c689ce


Comments

No comments written yet.

Please login to write comment.