Color Hex Logo

#c78cfc Color Hex

#C78CFC
(199,140,252)
0 Favorites   0 Comments

Color spaces of #c78cfc

RGB 199140252
HSL0.750.950.77
HSV272°44°99°
CMYK 0.210.440.00   0.01
XYZ50.502037.926696.7543
Yxy37.92660.27270.2048
Hunter Lab61.584638.6047-50.0401
CIE-Lab67.966543.0491-47.5099

#c78cfc color RGB value is (199,140,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001100 11111100
Octal 307 214 374
Decimal 199 140 252
Hex C7 8C FC

RGB Percentages of Color #c78cfc

%33.67
%23.69
%42.64

CMYK Percentages of Color #c78cfc

%21
%44
%0
%1

Triadic Colors of #c78cfc

#c78cfc #fcc78c #8cfcc7

Analogous Colors of #c78cfc

#c78cfc #fc8cf9 #8f8cfc

Monochromatic Colors of #c78cfc

#c78cfc

Complementary Color

#c78cfc #c1fc8c

#c78cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78cfc Color CSS Codes

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

#c78cfc Text Font Color

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

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


#c78cfc Background Color

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

This div background color is #c78cfc


#c78cfc Border Color

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

This div border color is #c78cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.