color codes Logo

#c68cce color codes

#C68CCE
(198,140,206)
0 Favorites   0 Comments

Color spaces of #c68cce

RGB 198140206
HSL0.810.400.68
HSV293°32°81°
CMYK 0.040.320.00   0.19
XYZ43.807435.218262.8814
Yxy35.21820.30870.2482
Hunter Lab59.344927.9120-21.2818
CIE-Lab65.918233.1287-25.3141

#c68cce color RGB value is (198,140,206).

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

The process color (four color CMYK) of #c68cce color code is 0.04, 0.32, 0.00, 0.19. Web safe color of #c68cce is #cc99cc. Color #c68cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001100 11001110
Octal 306 214 316
Decimal 198 140 206
Hex C6 8C CE

RGB Percentages of Color #c68cce

%36.40
%25.74
%37.87

CMYK Percentages of Color #c68cce

%4
%32
%0
%19

Triadic Colors of #c68cce

#c68cce #cec68c #8ccec6

Analogous Colors of #c68cce

#c68cce #ce8cb5 #a58cce

Monochromatic Colors of #c68cce

#c68cce

Complementary Color

#c68cce #94ce8c

#c68cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68cce Color CSS Codes

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

#c68cce Text Font Color

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

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


#c68cce Background Color

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

This div background color is #c68cce


#c68cce Border Color

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

This div border color is #c68cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68cce


Comments

No comments written yet.

Please login to write comment.