Color Hex Logo

#c68cec Color Hex

#C68CEC
(198,140,236)
0 Favorites   0 Comments

Color spaces of #c68cec

RGB 198140236
HSL0.770.720.74
HSV276°41°93°
CMYK 0.160.410.00   0.07
XYZ47.807136.818183.9438
Yxy36.81810.28360.2184
Hunter Lab60.677934.4507-39.5492
CIE-Lab67.140339.2746-40.0434

#c68cec color RGB value is (198,140,236).

#c68cec hex color red value is 198, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c68cec hue: 0.77 , saturation: 0.72 and the lightness value of c68cec is 0.74.

The process color (four color CMYK) of #c68cec color hex is 0.16, 0.41, 0.00, 0.07. Web safe color of #c68cec is #cc99ff. Color #c68cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001100 11101100
Octal 306 214 354
Decimal 198 140 236
Hex C6 8C EC

RGB Percentages of Color #c68cec

%34.49
%24.39
%41.11

CMYK Percentages of Color #c68cec

%16
%41
%0
%7

Triadic Colors of #c68cec

#c68cec #ecc68c #8cecc6

Analogous Colors of #c68cec

#c68cec #ec8ce2 #968cec

Monochromatic Colors of #c68cec

#c68cec

Complementary Color

#c68cec #b2ec8c

#c68cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68cec Color CSS Codes

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

#c68cec Text Font Color

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

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


#c68cec Background Color

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

This div background color is #c68cec


#c68cec Border Color

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

This div border color is #c68cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68cec


Comments

No comments written yet.

Please login to write comment.