Color Hex Logo

#c78ace Color Hex

#C78ACE
(199,138,206)
0 Favorites   0 Comments

Color spaces of #c78ace

RGB 199138206
HSL0.820.410.67
HSV294°33°81°
CMYK 0.030.330.00   0.19
XYZ43.782234.775362.7972
Yxy34.77530.30970.2460
Hunter Lab58.970629.3273-21.8579
CIE-Lab65.573334.5411-25.8343

#c78ace color RGB value is (199,138,206).

#c78ace hex color red value is 199, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c78ace hue: 0.82 , saturation: 0.41 and the lightness value of c78ace is 0.67.

The process color (four color CMYK) of #c78ace color hex is 0.03, 0.33, 0.00, 0.19. Web safe color of #c78ace is #cc99cc. Color #c78ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001010 11001110
Octal 307 212 316
Decimal 199 138 206
Hex C7 8A CE

RGB Percentages of Color #c78ace

%36.65
%25.41
%37.94

CMYK Percentages of Color #c78ace

%3
%33
%0
%19

Triadic Colors of #c78ace

#c78ace #cec78a #8acec7

Analogous Colors of #c78ace

#c78ace #ce8ab3 #a58ace

Monochromatic Colors of #c78ace

#c78ace

Complementary Color

#c78ace #91ce8a

#c78ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78ace Color CSS Codes

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

#c78ace Text Font Color

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

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


#c78ace Background Color

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

This div background color is #c78ace


#c78ace Border Color

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

This div border color is #c78ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78ace


Comments

No comments written yet.

Please login to write comment.