Color Hex Logo

#c68cea Color Hex

#C68CEA
(198,140,234)
0 Favorites   0 Comments

Color spaces of #c68cea

RGB 198140234
HSL0.770.690.73
HSV277°40°92°
CMYK 0.150.400.00   0.08
XYZ47.518136.702482.4217
Yxy36.70240.28520.2202
Hunter Lab60.582533.9877-38.2555
CIE-Lab67.053238.8475-39.0785

#c68cea color RGB value is (198,140,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001100 11101010
Octal 306 214 352
Decimal 198 140 234
Hex C6 8C EA

RGB Percentages of Color #c68cea

%34.62
%24.48
%40.91

CMYK Percentages of Color #c68cea

%15
%40
%0
%8

Triadic Colors of #c68cea

#c68cea #eac68c #8ceac6

Analogous Colors of #c68cea

#c68cea #ea8cdf #978cea

Monochromatic Colors of #c68cea

#c68cea

Complementary Color

#c68cea #b0ea8c

#c68cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68cea Color CSS Codes

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

#c68cea Text Font Color

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

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


#c68cea Background Color

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

This div background color is #c68cea


#c68cea Border Color

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

This div border color is #c68cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68cea


Comments

No comments written yet.

Please login to write comment.