Color Hex Logo

#c794b2 Color Hex

#C794B2
(199,148,178)
0 Favorites   0 Comments

Color spaces of #c794b2

RGB 199148178
HSL0.900.310.68
HSV325°26°78°
CMYK 0.000.260.11   0.22
XYZ42.179036.536346.9486
Yxy36.53630.33560.2907
Hunter Lab60.445318.7790-3.7396
CIE-Lab66.927723.9314-8.1165

#c794b2 color RGB value is (199,148,178).

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

The process color (four color CMYK) of #c794b2 color hex is 0.00, 0.26, 0.11, 0.22. Web safe color of #c794b2 is #cc9999. Color #c794b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010100 10110010
Octal 307 224 262
Decimal 199 148 178
Hex C7 94 B2

RGB Percentages of Color #c794b2

%37.90
%28.19
%33.90

CMYK Percentages of Color #c794b2

%0
%26
%11
%22

Triadic Colors of #c794b2

#c794b2 #b2c794 #94b2c7

Analogous Colors of #c794b2

#c794b2 #c79499 #c394c7

Monochromatic Colors of #c794b2

#c794b2

Complementary Color

#c794b2 #94c7a9

#c794b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c794b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c794b2 Color CSS Codes

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

#c794b2 Text Font Color

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

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


#c794b2 Background Color

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

This div background color is #c794b2


#c794b2 Border Color

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

This div border color is #c794b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c794b2


Comments

No comments written yet.

Please login to write comment.