Color Hex Logo

#c68ecc Color Hex

#C68ECC
(198,142,204)
0 Favorites   0 Comments

Color spaces of #c68ecc

RGB 198142204
HSL0.820.380.68
HSV294°30°80°
CMYK 0.030.300.00   0.20
XYZ43.860835.711461.7080
Yxy35.71140.31050.2528
Hunter Lab59.759026.4338-19.3924
CIE-Lab66.298831.6450-23.6153

#c68ecc color RGB value is (198,142,204).

#c68ecc hex color red value is 198, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c68ecc hue: 0.82 , saturation: 0.38 and the lightness value of c68ecc is 0.68.

The process color (four color CMYK) of #c68ecc color hex is 0.03, 0.30, 0.00, 0.20. Web safe color of #c68ecc is #cc99cc. Color #c68ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001110 11001100
Octal 306 216 314
Decimal 198 142 204
Hex C6 8E CC

RGB Percentages of Color #c68ecc

%36.40
%26.10
%37.50

CMYK Percentages of Color #c68ecc

%3
%30
%0
%20

Triadic Colors of #c68ecc

#c68ecc #ccc68e #8eccc6

Analogous Colors of #c68ecc

#c68ecc #cc8eb3 #a78ecc

Monochromatic Colors of #c68ecc

#c68ecc

Complementary Color

#c68ecc #94cc8e

#c68ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68ecc Color CSS Codes

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

#c68ecc Text Font Color

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

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


#c68ecc Background Color

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

This div background color is #c68ecc


#c68ecc Border Color

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

This div border color is #c68ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68ecc


Comments

No comments written yet.

Please login to write comment.