Color Hex Logo

#c78ccf Color Hex

#C78CCF
(199,140,207)
0 Favorites   0 Comments

Color spaces of #c78ccf

RGB 199140207
HSL0.810.410.68
HSV293°32°81°
CMYK 0.040.320.00   0.19
XYZ44.193835.403363.5357
Yxy35.40330.30880.2473
Hunter Lab59.500728.4537-21.6603
CIE-Lab66.061533.6434-25.6427

#c78ccf color RGB value is (199,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001100 11001111
Octal 307 214 317
Decimal 199 140 207
Hex C7 8C CF

RGB Percentages of Color #c78ccf

%36.45
%25.64
%37.91

CMYK Percentages of Color #c78ccf

%4
%32
%0
%19

Triadic Colors of #c78ccf

#c78ccf #cfc78c #8ccfc7

Analogous Colors of #c78ccf

#c78ccf #cf8cb6 #a68ccf

Monochromatic Colors of #c78ccf

#c78ccf

Complementary Color

#c78ccf #94cf8c

#c78ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78ccf Color CSS Codes

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

#c78ccf Text Font Color

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

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


#c78ccf Background Color

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

This div background color is #c78ccf


#c78ccf Border Color

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

This div border color is #c78ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,140,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 #c78ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78ccf


Comments

No comments written yet.

Please login to write comment.