Color Hex Logo

#c78cfe Color Hex

#C78CFE
(199,140,254)
0 Favorites   0 Comments

Color spaces of #c78cfe

RGB 199140254
HSL0.750.980.77
HSV271°45°100°
CMYK 0.220.450.00   0.00
XYZ50.820738.054098.4326
Yxy38.05400.27130.2032
Hunter Lab61.687939.1008-51.4248
CIE-Lab68.060443.4944-48.4534

#c78cfe color RGB value is (199,140,254).

#c78cfe hex color red value is 199, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c78cfe hue: 0.75 , saturation: 0.98 and the lightness value of c78cfe is 0.77.

The process color (four color CMYK) of #c78cfe color hex is 0.22, 0.45, 0.00, 0.00. Web safe color of #c78cfe is #cc99ff. Color #c78cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001100 11111110
Octal 307 214 376
Decimal 199 140 254
Hex C7 8C FE

RGB Percentages of Color #c78cfe

%33.56
%23.61
%42.83

CMYK Percentages of Color #c78cfe

%22
%45
%0
%0

Triadic Colors of #c78cfe

#c78cfe #fec78c #8cfec7

Analogous Colors of #c78cfe

#c78cfe #fe8cfc #8e8cfe

Monochromatic Colors of #c78cfe

#c78cfe

Complementary Color

#c78cfe #c3fe8c

#c78cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78cfe Color CSS Codes

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

#c78cfe Text Font Color

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

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


#c78cfe Background Color

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

This div background color is #c78cfe


#c78cfe Border Color

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

This div border color is #c78cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.