Color Hex Logo

#c68ceb Color Hex

#C68CEB
(198,140,235)
0 Favorites   0 Comments

Color spaces of #c68ceb

RGB 198140235
HSL0.770.700.74
HSV277°40°92°
CMYK 0.160.400.00   0.08
XYZ47.662236.760183.1806
Yxy36.76010.28440.2193
Hunter Lab60.630134.2187-38.9010
CIE-Lab67.096739.0607-39.5612

#c68ceb color RGB value is (198,140,235).

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

The process color (four color CMYK) of #c68ceb color hex is 0.16, 0.40, 0.00, 0.08. Web safe color of #c68ceb is #cc99ff. Color #c68ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001100 11101011
Octal 306 214 353
Decimal 198 140 235
Hex C6 8C EB

RGB Percentages of Color #c68ceb

%34.55
%24.43
%41.01

CMYK Percentages of Color #c68ceb

%16
%40
%0
%8

Triadic Colors of #c68ceb

#c68ceb #ebc68c #8cebc6

Analogous Colors of #c68ceb

#c68ceb #eb8ce1 #978ceb

Monochromatic Colors of #c68ceb

#c68ceb

Complementary Color

#c68ceb #b1eb8c

#c68ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68ceb Color CSS Codes

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

#c68ceb Text Font Color

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

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


#c68ceb Background Color

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

This div background color is #c68ceb


#c68ceb Border Color

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

This div border color is #c68ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68ceb


Comments

No comments written yet.

Please login to write comment.