Color Hex Logo

#c68fce Color Hex

#C68FCE
(198,143,206)
0 Favorites   0 Comments

Color spaces of #c68fce

RGB 198143206
HSL0.810.390.68
HSV292°31°81°
CMYK 0.040.310.00   0.19
XYZ44.251736.106963.0295
Yxy36.10690.30860.2518
Hunter Lab60.089026.2980-20.1291
CIE-Lab66.601531.4847-24.2666

#c68fce color RGB value is (198,143,206).

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

The process color (four color CMYK) of #c68fce color hex is 0.04, 0.31, 0.00, 0.19. Web safe color of #c68fce is #cc99cc. Color #c68fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001111 11001110
Octal 306 217 316
Decimal 198 143 206
Hex C6 8F CE

RGB Percentages of Color #c68fce

%36.20
%26.14
%37.66

CMYK Percentages of Color #c68fce

%4
%31
%0
%19

Triadic Colors of #c68fce

#c68fce #cec68f #8fcec6

Analogous Colors of #c68fce

#c68fce #ce8fb7 #a78fce

Monochromatic Colors of #c68fce

#c68fce

Complementary Color

#c68fce #97ce8f

#c68fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68fce Color CSS Codes

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

#c68fce Text Font Color

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

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


#c68fce Background Color

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

This div background color is #c68fce


#c68fce Border Color

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

This div border color is #c68fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68fce


Comments

No comments written yet.

Please login to write comment.