Color Hex Logo

#c78abe Color Hex

#C78ABE
(199,138,190)
0 Favorites   0 Comments

Color spaces of #c78abe

RGB 199138190
HSL0.860.350.66
HSV309°31°78°
CMYK 0.000.310.05   0.22
XYZ41.935934.036853.0747
Yxy34.03680.32500.2638
Hunter Lab58.341126.2100-13.0992
CIE-Lab64.991831.5417-17.7594

#c78abe color RGB value is (199,138,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001010 10111110
Octal 307 212 276
Decimal 199 138 190
Hex C7 8A BE

RGB Percentages of Color #c78abe

%37.76
%26.19
%36.05

CMYK Percentages of Color #c78abe

%0
%31
%5
%22

Triadic Colors of #c78abe

#c78abe #bec78a #8abec7

Analogous Colors of #c78abe

#c78abe #c78aa0 #b28ac7

Monochromatic Colors of #c78abe

#c78abe

Complementary Color

#c78abe #8ac793

#c78abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78abe Color CSS Codes

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

#c78abe Text Font Color

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

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


#c78abe Background Color

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

This div background color is #c78abe


#c78abe Border Color

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

This div border color is #c78abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78abe


Comments

No comments written yet.

Please login to write comment.