Color Hex Logo

#c78afc Color Hex

#C78AFC
(199,138,252)
0 Favorites   0 Comments

Color spaces of #c78afc

RGB 199138252
HSL0.760.950.76
HSV272°45°99°
CMYK 0.210.450.00   0.01
XYZ50.212437.347396.6577
Yxy37.34730.27260.2027
Hunter Lab61.112439.7159-50.9966
CIE-Lab67.536844.1257-48.1867

#c78afc color RGB value is (199,138,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001010 11111100
Octal 307 212 374
Decimal 199 138 252
Hex C7 8A FC

RGB Percentages of Color #c78afc

%33.79
%23.43
%42.78

CMYK Percentages of Color #c78afc

%21
%45
%0
%1

Triadic Colors of #c78afc

#c78afc #fcc78a #8afcc7

Analogous Colors of #c78afc

#c78afc #fc8af8 #8e8afc

Monochromatic Colors of #c78afc

#c78afc

Complementary Color

#c78afc #bffc8a

#c78afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78afc Color CSS Codes

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

#c78afc Text Font Color

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

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


#c78afc Background Color

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

This div background color is #c78afc


#c78afc Border Color

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

This div border color is #c78afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78afc

Related Colors


Comments

No comments written yet.

Please login to write comment.