Color Hex Logo

#c78bfc Color Hex

#C78BFC
(199,139,252)
0 Favorites   0 Comments

Color spaces of #c78bfc

RGB 199139252
HSL0.760.950.77
HSV272°45°99°
CMYK 0.210.450.00   0.01
XYZ50.356537.635696.7058
Yxy37.63560.27260.2038
Hunter Lab61.347939.1604-50.5184
CIE-Lab67.751243.5879-47.8490

#c78bfc color RGB value is (199,139,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001011 11111100
Octal 307 213 374
Decimal 199 139 252
Hex C7 8B FC

RGB Percentages of Color #c78bfc

%33.73
%23.56
%42.71

CMYK Percentages of Color #c78bfc

%21
%45
%0
%1

Triadic Colors of #c78bfc

#c78bfc #fcc78b #8bfcc7

Analogous Colors of #c78bfc

#c78bfc #fc8bf9 #8f8bfc

Monochromatic Colors of #c78bfc

#c78bfc

Complementary Color

#c78bfc #c0fc8b

#c78bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78bfc Color CSS Codes

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

#c78bfc Text Font Color

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

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


#c78bfc Background Color

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

This div background color is #c78bfc


#c78bfc Border Color

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

This div border color is #c78bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78bfc


Comments

No comments written yet.

Please login to write comment.