Color Hex Logo

#c794ba Color Hex

#C794BA
(199,148,186)
0 Favorites   0 Comments

Color spaces of #c794ba

RGB 199148186
HSL0.880.310.68
HSV315°26°78°
CMYK 0.000.260.07   0.22
XYZ43.006036.867151.3038
Yxy36.86710.32780.2810
Hunter Lab60.718320.1723-7.5942
CIE-Lab67.177225.3323-12.2210

#c794ba color RGB value is (199,148,186).

#c794ba hex color red value is 199, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c794ba hue: 0.88 , saturation: 0.31 and the lightness value of c794ba is 0.68.

The process color (four color CMYK) of #c794ba color hex is 0.00, 0.26, 0.07, 0.22. Web safe color of #c794ba is #cc99cc. Color #c794ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010100 10111010
Octal 307 224 272
Decimal 199 148 186
Hex C7 94 BA

RGB Percentages of Color #c794ba

%37.34
%27.77
%34.90

CMYK Percentages of Color #c794ba

%0
%26
%7
%22

Triadic Colors of #c794ba

#c794ba #bac794 #94bac7

Analogous Colors of #c794ba

#c794ba #c794a1 #bb94c7

Monochromatic Colors of #c794ba

#c794ba

Complementary Color

#c794ba #94c7a1

#c794ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c794ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c794ba Color CSS Codes

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

#c794ba Text Font Color

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

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


#c794ba Background Color

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

This div background color is #c794ba


#c794ba Border Color

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

This div border color is #c794ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c794ba


Comments

No comments written yet.

Please login to write comment.