Color Hex Logo

#c279bc Color Hex

#C279BC
(194,121,188)
0 Favorites   0 Comments

Color spaces of #c279bc

RGB 194121188
HSL0.850.370.62
HSV305°38°76°
CMYK 0.000.380.03   0.24
XYZ38.162628.774951.1197
Yxy28.77490.32330.2437
Hunter Lab53.642233.1160-18.9523
CIE-Lab60.582538.7703-23.4049

#c279bc color RGB value is (194,121,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111001 10111100
Octal 302 171 274
Decimal 194 121 188
Hex C2 79 BC

RGB Percentages of Color #c279bc

%38.57
%24.06
%37.38

CMYK Percentages of Color #c279bc

%0
%38
%3
%24

Triadic Colors of #c279bc

#c279bc #bcc279 #79bcc2

Analogous Colors of #c279bc

#c279bc #c27998 #a479c2

Monochromatic Colors of #c279bc

#c279bc

Complementary Color

#c279bc #79c27f

#c279bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c279bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c279bc Color CSS Codes

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

#c279bc Text Font Color

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

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


#c279bc Background Color

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

This div background color is #c279bc


#c279bc Border Color

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

This div border color is #c279bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c279bc


Comments

No comments written yet.

Please login to write comment.