Color Hex Logo

#c279bb Color Hex

#C279BB
(194,121,187)
0 Favorites   0 Comments

Color spaces of #c279bb

RGB 194121187
HSL0.850.370.62
HSV306°38°76°
CMYK 0.000.380.04   0.24
XYZ38.055128.731950.5538
Yxy28.73190.32430.2449
Hunter Lab53.602132.9232-18.3967
CIE-Lab60.544338.5881-22.8949

#c279bb color RGB value is (194,121,187).

#c279bb hex color red value is 194, green value is 121 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c279bb hue: 0.85 , saturation: 0.37 and the lightness value of c279bb is 0.62.

The process color (four color CMYK) of #c279bb color hex is 0.00, 0.38, 0.04, 0.24. Web safe color of #c279bb is #cc66cc. Color #c279bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111001 10111011
Octal 302 171 273
Decimal 194 121 187
Hex C2 79 BB

RGB Percentages of Color #c279bb

%38.65
%24.10
%37.25

CMYK Percentages of Color #c279bb

%0
%38
%4
%24

Triadic Colors of #c279bb

#c279bb #bbc279 #79bbc2

Analogous Colors of #c279bb

#c279bb #c27997 #a579c2

Monochromatic Colors of #c279bb

#c279bb

Complementary Color

#c279bb #79c280

#c279bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c279bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c279bb Color CSS Codes

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

#c279bb Text Font Color

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

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


#c279bb Background Color

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

This div background color is #c279bb


#c279bb Border Color

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

This div border color is #c279bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c279bb


Comments

No comments written yet.

Please login to write comment.