Color Hex Logo

#c78bbe Color Hex

#C78BBE
(199,139,190)
0 Favorites   0 Comments

Color spaces of #c78bbe

RGB 199139190
HSL0.860.350.66
HSV309°30°78°
CMYK 0.000.300.05   0.22
XYZ42.080134.325153.1227
Yxy34.32510.32490.2650
Hunter Lab58.587625.6779-12.7482
CIE-Lab65.219830.9946-17.4137

#c78bbe color RGB value is (199,139,190).

#c78bbe hex color red value is 199, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c78bbe hue: 0.86 , saturation: 0.35 and the lightness value of c78bbe is 0.66.

The process color (four color CMYK) of #c78bbe color hex is 0.00, 0.30, 0.05, 0.22. Web safe color of #c78bbe is #cc99cc. Color #c78bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001011 10111110
Octal 307 213 276
Decimal 199 139 190
Hex C7 8B BE

RGB Percentages of Color #c78bbe

%37.69
%26.33
%35.98

CMYK Percentages of Color #c78bbe

%0
%30
%5
%22

Triadic Colors of #c78bbe

#c78bbe #bec78b #8bbec7

Analogous Colors of #c78bbe

#c78bbe #c78ba0 #b28bc7

Monochromatic Colors of #c78bbe

#c78bbe

Complementary Color

#c78bbe #8bc794

#c78bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78bbe Color CSS Codes

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

#c78bbe Text Font Color

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

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


#c78bbe Background Color

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

This div background color is #c78bbe


#c78bbe Border Color

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

This div border color is #c78bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78bbe


Comments

No comments written yet.

Please login to write comment.