Color Hex Logo

#c68ca8 Color Hex

#C68CA8
(198,140,168)
0 Favorites   0 Comments

Color spaces of #c68ca8

RGB 198140168
HSL0.920.340.66
HSV331°29°78°
CMYK 0.000.290.15   0.22
XYZ39.734733.589141.4349
Yxy33.58910.34620.2927
Hunter Lab57.956120.9564-1.8193
CIE-Lab64.635126.2991-5.9063

#c68ca8 color RGB value is (198,140,168).

#c68ca8 hex color red value is 198, green value is 140 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #c68ca8 hue: 0.92 , saturation: 0.34 and the lightness value of c68ca8 is 0.66.

The process color (four color CMYK) of #c68ca8 color hex is 0.00, 0.29, 0.15, 0.22. Web safe color of #c68ca8 is #cc9999. Color #c68ca8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001100 10101000
Octal 306 214 250
Decimal 198 140 168
Hex C6 8C A8

RGB Percentages of Color #c68ca8

%39.13
%27.67
%33.20

CMYK Percentages of Color #c68ca8

%0
%29
%15
%22

Triadic Colors of #c68ca8

#c68ca8 #a8c68c #8ca8c6

Analogous Colors of #c68ca8

#c68ca8 #c68d8c #c68cc5

Monochromatic Colors of #c68ca8

#c68ca8

Complementary Color

#c68ca8 #8cc6aa

#c68ca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68ca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68ca8 Color CSS Codes

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

#c68ca8 Text Font Color

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

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


#c68ca8 Background Color

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

This div background color is #c68ca8


#c68ca8 Border Color

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

This div border color is #c68ca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68ca8


Comments

No comments written yet.

Please login to write comment.