Color Hex Logo

#c78cfa Color Hex

#C78CFA
(199,140,250)
0 Favorites   0 Comments

Color spaces of #c78cfa

RGB 199140250
HSL0.760.920.76
HSV272°44°98°
CMYK 0.200.440.00   0.02
XYZ50.186637.800495.0936
Yxy37.80040.27410.2065
Hunter Lab61.482038.1126-48.6658
CIE-Lab67.873242.6062-46.5642

#c78cfa color RGB value is (199,140,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001100 11111010
Octal 307 214 372
Decimal 199 140 250
Hex C7 8C FA

RGB Percentages of Color #c78cfa

%33.79
%23.77
%42.44

CMYK Percentages of Color #c78cfa

%20
%44
%0
%2

Triadic Colors of #c78cfa

#c78cfa #fac78c #8cfac7

Analogous Colors of #c78cfa

#c78cfa #fa8cf6 #908cfa

Monochromatic Colors of #c78cfa

#c78cfa

Complementary Color

#c78cfa #bffa8c

#c78cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78cfa Color CSS Codes

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

#c78cfa Text Font Color

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

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


#c78cfa Background Color

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

This div background color is #c78cfa


#c78cfa Border Color

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

This div border color is #c78cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.