Color Hex Logo

#c68feb Color Hex

#C68FEB
(198,143,235)
0 Favorites   0 Comments

Color spaces of #c68feb

RGB 198143235
HSL0.770.700.74
HSV276°39°92°
CMYK 0.160.390.00   0.08
XYZ48.106637.648883.3287
Yxy37.64880.28450.2227
Hunter Lab61.358632.5706-37.5684
CIE-Lab67.761037.4281-38.5243

#c68feb color RGB value is (198,143,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001111 11101011
Octal 306 217 353
Decimal 198 143 235
Hex C6 8F EB

RGB Percentages of Color #c68feb

%34.38
%24.83
%40.80

CMYK Percentages of Color #c68feb

%16
%39
%0
%8

Triadic Colors of #c68feb

#c68feb #ebc68f #8febc6

Analogous Colors of #c68feb

#c68feb #eb8fe2 #988feb

Monochromatic Colors of #c68feb

#c68feb

Complementary Color

#c68feb #b4eb8f

#c68feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68feb Color CSS Codes

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

#c68feb Text Font Color

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

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


#c68feb Background Color

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

This div background color is #c68feb


#c68feb Border Color

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

This div border color is #c68feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,143,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 #c68feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68feb


Comments

No comments written yet.

Please login to write comment.