Color Hex Logo

#c78feb Color Hex

#C78FEB
(199,143,235)
0 Favorites   0 Comments

Color spaces of #c78feb

RGB 199143235
HSL0.770.700.74
HSV277°39°92°
CMYK 0.150.390.00   0.08
XYZ48.371037.785283.3411
Yxy37.78520.28540.2229
Hunter Lab61.469732.8912-37.3571
CIE-Lab67.862037.7213-38.3592

#c78feb color RGB value is (199,143,235).

#c78feb hex color red value is 199, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c78feb hue: 0.77 , saturation: 0.70 and the lightness value of c78feb is 0.74.

The process color (four color CMYK) of #c78feb color hex is 0.15, 0.39, 0.00, 0.08. Web safe color of #c78feb is #cc99ff. Color #c78feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001111 11101011
Octal 307 217 353
Decimal 199 143 235
Hex C7 8F EB

RGB Percentages of Color #c78feb

%34.49
%24.78
%40.73

CMYK Percentages of Color #c78feb

%15
%39
%0
%8

Triadic Colors of #c78feb

#c78feb #ebc78f #8febc7

Analogous Colors of #c78feb

#c78feb #eb8fe1 #998feb

Monochromatic Colors of #c78feb

#c78feb

Complementary Color

#c78feb #b3eb8f

#c78feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78feb Color CSS Codes

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

#c78feb Text Font Color

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

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


#c78feb Background Color

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

This div background color is #c78feb


#c78feb Border Color

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

This div border color is #c78feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78feb


Comments

No comments written yet.

Please login to write comment.