Color Hex Logo

#c78ecf Color Hex

#C78ECF
(199,142,207)
0 Favorites   0 Comments

Color spaces of #c78ecf

RGB 199142207
HSL0.810.400.68
HSV293°31°81°
CMYK 0.040.310.00   0.19
XYZ44.488735.993163.6340
Yxy35.99310.30870.2498
Hunter Lab59.994227.3766-20.8910
CIE-Lab66.514732.5497-24.9475

#c78ecf color RGB value is (199,142,207).

#c78ecf hex color red value is 199, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c78ecf hue: 0.81 , saturation: 0.40 and the lightness value of c78ecf is 0.68.

The process color (four color CMYK) of #c78ecf color hex is 0.04, 0.31, 0.00, 0.19. Web safe color of #c78ecf is #cc99cc. Color #c78ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001110 11001111
Octal 307 216 317
Decimal 199 142 207
Hex C7 8E CF

RGB Percentages of Color #c78ecf

%36.31
%25.91
%37.77

CMYK Percentages of Color #c78ecf

%4
%31
%0
%19

Triadic Colors of #c78ecf

#c78ecf #cfc78e #8ecfc7

Analogous Colors of #c78ecf

#c78ecf #cf8eb7 #a78ecf

Monochromatic Colors of #c78ecf

#c78ecf

Complementary Color

#c78ecf #96cf8e

#c78ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78ecf Color CSS Codes

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

#c78ecf Text Font Color

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

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


#c78ecf Background Color

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

This div background color is #c78ecf


#c78ecf Border Color

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

This div border color is #c78ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78ecf


Comments

No comments written yet.

Please login to write comment.