Color Hex Logo

#c78ea1 Color Hex

#C78EA1
(199,142,161)
0 Favorites   0 Comments

Color spaces of #c78ea1

RGB 199142161
HSL0.940.340.67
HSV340°29°78°
CMYK 0.000.290.19   0.22
XYZ39.659234.061338.2024
Yxy34.06130.35430.3043
Hunter Lab58.362119.16382.0436
CIE-Lab65.011224.4410-1.3865

#c78ea1 color RGB value is (199,142,161).

#c78ea1 hex color red value is 199, green value is 142 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #c78ea1 hue: 0.94 , saturation: 0.34 and the lightness value of c78ea1 is 0.67.

The process color (four color CMYK) of #c78ea1 color hex is 0.00, 0.29, 0.19, 0.22. Web safe color of #c78ea1 is #cc9999. Color #c78ea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001110 10100001
Octal 307 216 241
Decimal 199 142 161
Hex C7 8E A1

RGB Percentages of Color #c78ea1

%39.64
%28.29
%32.07

CMYK Percentages of Color #c78ea1

%0
%29
%19
%22

Triadic Colors of #c78ea1

#c78ea1 #a1c78e #8ea1c7

Analogous Colors of #c78ea1

#c78ea1 #c7988e #c78ebe

Monochromatic Colors of #c78ea1

#c78ea1

Complementary Color

#c78ea1 #8ec7b4

#c78ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78ea1 Color CSS Codes

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

#c78ea1 Text Font Color

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

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


#c78ea1 Background Color

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

This div background color is #c78ea1


#c78ea1 Border Color

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

This div border color is #c78ea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78ea1


Comments

No comments written yet.

Please login to write comment.