Color Hex Logo

#c68cca Color Hex

#C68CCA
(198,140,202)
0 Favorites   0 Comments

Color spaces of #c68cca

RGB 198140202
HSL0.820.370.67
HSV296°31°79°
CMYK 0.020.310.00   0.21
XYZ43.327535.026260.3542
Yxy35.02620.31240.2525
Hunter Lab59.182927.1087-19.0353
CIE-Lab65.769132.3560-23.3094

#c68cca color RGB value is (198,140,202).

#c68cca hex color red value is 198, green value is 140 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c68cca hue: 0.82 , saturation: 0.37 and the lightness value of c68cca is 0.67.

The process color (four color CMYK) of #c68cca color hex is 0.02, 0.31, 0.00, 0.21. Web safe color of #c68cca is #cc99cc. Color #c68cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001100 11001010
Octal 306 214 312
Decimal 198 140 202
Hex C6 8C CA

RGB Percentages of Color #c68cca

%36.67
%25.93
%37.41

CMYK Percentages of Color #c68cca

%2
%31
%0
%21

Triadic Colors of #c68cca

#c68cca #cac68c #8ccac6

Analogous Colors of #c68cca

#c68cca #ca8caf #a78cca

Monochromatic Colors of #c68cca

#c68cca

Complementary Color

#c68cca #90ca8c

#c68cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68cca Color CSS Codes

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

#c68cca Text Font Color

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

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


#c68cca Background Color

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

This div background color is #c68cca


#c68cca Border Color

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

This div border color is #c68cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68cca


Comments

No comments written yet.

Please login to write comment.