Color Hex Logo

#c68fea Color Hex

#C68FEA
(198,143,234)
0 Favorites   0 Comments

Color spaces of #c68fea

RGB 198143234
HSL0.770.680.74
HSV276°39°92°
CMYK 0.150.390.00   0.08
XYZ47.962437.591282.5698
Yxy37.59120.28530.2236
Hunter Lab61.311732.3402-36.9290
CIE-Lab67.718237.2138-38.0409

#c68fea color RGB value is (198,143,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001111 11101010
Octal 306 217 352
Decimal 198 143 234
Hex C6 8F EA

RGB Percentages of Color #c68fea

%34.43
%24.87
%40.70

CMYK Percentages of Color #c68fea

%15
%39
%0
%8

Triadic Colors of #c68fea

#c68fea #eac68f #8feac6

Analogous Colors of #c68fea

#c68fea #ea8fe1 #998fea

Monochromatic Colors of #c68fea

#c68fea

Complementary Color

#c68fea #b3ea8f

#c68fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68fea Color CSS Codes

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

#c68fea Text Font Color

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

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


#c68fea Background Color

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

This div background color is #c68fea


#c68fea Border Color

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

This div border color is #c68fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68fea


Comments

No comments written yet.

Please login to write comment.