Color Hex Logo

#c279bd Color Hex

#C279BD
(194,121,189)
0 Favorites   0 Comments

Color spaces of #c279bd

RGB 194121189
HSL0.840.370.62
HSV304°38°76°
CMYK 0.000.380.03   0.24
XYZ38.270828.818251.6895
Yxy28.81820.32220.2426
Hunter Lab53.682633.3097-19.5109
CIE-Lab60.620838.9531-23.9141

#c279bd color RGB value is (194,121,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111001 10111101
Octal 302 171 275
Decimal 194 121 189
Hex C2 79 BD

RGB Percentages of Color #c279bd

%38.49
%24.01
%37.50

CMYK Percentages of Color #c279bd

%0
%38
%3
%24

Triadic Colors of #c279bd

#c279bd #bdc279 #79bdc2

Analogous Colors of #c279bd

#c279bd #c27999 #a379c2

Monochromatic Colors of #c279bd

#c279bd

Complementary Color

#c279bd #79c27e

#c279bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c279bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c279bd Color CSS Codes

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

#c279bd Text Font Color

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

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


#c279bd Background Color

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

This div background color is #c279bd


#c279bd Border Color

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

This div border color is #c279bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,121,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c279bd


Comments

No comments written yet.

Please login to write comment.