Color Hex Logo

#c793bf Color Hex

#C793BF
(199,147,191)
0 Favorites   0 Comments

Color spaces of #c793bf

RGB 199147191
HSL0.860.320.68
HSV309°26°78°
CMYK 0.000.260.04   0.22
XYZ43.390936.771154.1008
Yxy36.77110.32320.2739
Hunter Lab60.639221.6087-10.4497
CIE-Lab67.104926.7855-15.1239

#c793bf color RGB value is (199,147,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010011 10111111
Octal 307 223 277
Decimal 199 147 191
Hex C7 93 BF

RGB Percentages of Color #c793bf

%37.06
%27.37
%35.57

CMYK Percentages of Color #c793bf

%0
%26
%4
%22

Triadic Colors of #c793bf

#c793bf #bfc793 #93bfc7

Analogous Colors of #c793bf

#c793bf #c793a5 #b593c7

Monochromatic Colors of #c793bf

#c793bf

Complementary Color

#c793bf #93c79b

#c793bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c793bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c793bf Color CSS Codes

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

#c793bf Text Font Color

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

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


#c793bf Background Color

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

This div background color is #c793bf


#c793bf Border Color

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

This div border color is #c793bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c793bf


Comments

No comments written yet.

Please login to write comment.