Color Hex Logo

#c794bb Color Hex

#C794BB
(199,148,187)
0 Favorites   0 Comments

Color spaces of #c794bb

RGB 199148187
HSL0.870.310.68
HSV314°26°78°
CMYK 0.000.260.06   0.22
XYZ43.112736.909851.8657
Yxy36.90980.32690.2799
Hunter Lab60.753420.3511-8.0889
CIE-Lab67.209325.5111-12.7317

#c794bb color RGB value is (199,148,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010100 10111011
Octal 307 224 273
Decimal 199 148 187
Hex C7 94 BB

RGB Percentages of Color #c794bb

%37.27
%27.72
%35.02

CMYK Percentages of Color #c794bb

%0
%26
%6
%22

Triadic Colors of #c794bb

#c794bb #bbc794 #94bbc7

Analogous Colors of #c794bb

#c794bb #c794a2 #ba94c7

Monochromatic Colors of #c794bb

#c794bb

Complementary Color

#c794bb #94c7a0

#c794bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c794bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c794bb Color CSS Codes

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

#c794bb Text Font Color

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

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


#c794bb Background Color

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

This div background color is #c794bb


#c794bb Border Color

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

This div border color is #c794bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c794bb


Comments

No comments written yet.

Please login to write comment.