Color Hex Logo

#c78cdd Color Hex

#C78CDD
(199,140,221)
0 Favorites   0 Comments

Color spaces of #c78cdd

RGB 199140221
HSL0.790.540.71
HSV284°37°87°
CMYK 0.100.370.00   0.13
XYZ45.982436.118772.9547
Yxy36.11870.29660.2329
Hunter Lab60.098831.3997-29.9037
CIE-Lab66.610536.4335-32.5773

#c78cdd color RGB value is (199,140,221).

#c78cdd hex color red value is 199, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c78cdd hue: 0.79 , saturation: 0.54 and the lightness value of c78cdd is 0.71.

The process color (four color CMYK) of #c78cdd color hex is 0.10, 0.37, 0.00, 0.13. Web safe color of #c78cdd is #cc99cc. Color #c78cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001100 11011101
Octal 307 214 335
Decimal 199 140 221
Hex C7 8C DD

RGB Percentages of Color #c78cdd

%35.54
%25.00
%39.46

CMYK Percentages of Color #c78cdd

%10
%37
%0
%13

Triadic Colors of #c78cdd

#c78cdd #ddc78c #8cddc7

Analogous Colors of #c78cdd

#c78cdd #dd8ccb #9f8cdd

Monochromatic Colors of #c78cdd

#c78cdd

Complementary Color

#c78cdd #a2dd8c

#c78cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78cdd Color CSS Codes

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

#c78cdd Text Font Color

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

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


#c78cdd Background Color

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

This div background color is #c78cdd


#c78cdd Border Color

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

This div border color is #c78cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78cdd


Comments

No comments written yet.

Please login to write comment.