Color Hex Logo

#c78cec Color Hex

#C78CEC
(199,140,236)
0 Favorites   0 Comments

Color spaces of #c78cec

RGB 199140236
HSL0.770.720.74
HSV277°41°93°
CMYK 0.160.410.00   0.07
XYZ48.071636.954483.9561
Yxy36.95440.28450.2187
Hunter Lab60.790134.7714-39.3312
CIE-Lab67.242839.5649-39.8757

#c78cec color RGB value is (199,140,236).

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

The process color (four color CMYK) of #c78cec color hex is 0.16, 0.41, 0.00, 0.07. Web safe color of #c78cec is #cc99ff. Color #c78cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001100 11101100
Octal 307 214 354
Decimal 199 140 236
Hex C7 8C EC

RGB Percentages of Color #c78cec

%34.61
%24.35
%41.04

CMYK Percentages of Color #c78cec

%16
%41
%0
%7

Triadic Colors of #c78cec

#c78cec #ecc78c #8cecc7

Analogous Colors of #c78cec

#c78cec #ec8ce1 #978cec

Monochromatic Colors of #c78cec

#c78cec

Complementary Color

#c78cec #b1ec8c

#c78cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78cec Color CSS Codes

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

#c78cec Text Font Color

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

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


#c78cec Background Color

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

This div background color is #c78cec


#c78cec Border Color

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

This div border color is #c78cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78cec


Comments

No comments written yet.

Please login to write comment.