Color Hex Logo

#c793be Color Hex

#C793BE
(199,147,190)
0 Favorites   0 Comments

Color spaces of #c793be

RGB 199147190
HSL0.860.320.68
HSV310°26°78°
CMYK 0.000.260.05   0.22
XYZ43.281236.727353.5231
Yxy36.72730.32410.2750
Hunter Lab60.603121.4249-9.9413
CIE-Lab67.071926.6031-14.6149

#c793be color RGB value is (199,147,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010011 10111110
Octal 307 223 276
Decimal 199 147 190
Hex C7 93 BE

RGB Percentages of Color #c793be

%37.13
%27.43
%35.45

CMYK Percentages of Color #c793be

%0
%26
%5
%22

Triadic Colors of #c793be

#c793be #bec793 #93bec7

Analogous Colors of #c793be

#c793be #c793a4 #b693c7

Monochromatic Colors of #c793be

#c793be

Complementary Color

#c793be #93c79c

#c793be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c793be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c793be Color CSS Codes

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

#c793be Text Font Color

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

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


#c793be Background Color

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

This div background color is #c793be


#c793be Border Color

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

This div border color is #c793be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c793be


Comments

No comments written yet.

Please login to write comment.