Color Hex Logo

#c68cfa Color Hex

#C68CFA
(198,140,250)
0 Favorites   0 Comments

Color spaces of #c68cfa

RGB 198140250
HSL0.750.920.76
HSV272°44°98°
CMYK 0.210.440.00   0.02
XYZ49.922137.664195.0812
Yxy37.66410.27330.2062
Hunter Lab61.371137.8008-48.8973
CIE-Lab67.772342.3300-46.7299

#c68cfa color RGB value is (198,140,250).

#c68cfa hex color red value is 198, green value is 140 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c68cfa hue: 0.75 , saturation: 0.92 and the lightness value of c68cfa is 0.76.

The process color (four color CMYK) of #c68cfa color hex is 0.21, 0.44, 0.00, 0.02. Web safe color of #c68cfa is #cc99ff. Color #c68cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001100 11111010
Octal 306 214 372
Decimal 198 140 250
Hex C6 8C FA

RGB Percentages of Color #c68cfa

%33.67
%23.81
%42.52

CMYK Percentages of Color #c68cfa

%21
%44
%0
%2

Triadic Colors of #c68cfa

#c68cfa #fac68c #8cfac6

Analogous Colors of #c68cfa

#c68cfa #fa8cf7 #8f8cfa

Monochromatic Colors of #c68cfa

#c68cfa

Complementary Color

#c68cfa #c0fa8c

#c68cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68cfa Color CSS Codes

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

#c68cfa Text Font Color

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

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


#c68cfa Background Color

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

This div background color is #c68cfa


#c68cfa Border Color

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

This div border color is #c68cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68cfa


Comments

No comments written yet.

Please login to write comment.