Color Hex Logo

#c279ce Color Hex

#C279CE
(194,121,206)
0 Favorites   0 Comments

Color spaces of #c279ce

RGB 194121206
HSL0.810.460.64
HSV292°41°81°
CMYK 0.060.410.00   0.19
XYZ40.226129.600361.9858
Yxy29.60030.30520.2246
Hunter Lab54.406236.7662-29.4657
CIE-Lab61.307842.1757-32.4685

#c279ce color RGB value is (194,121,206).

#c279ce hex color red value is 194, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c279ce hue: 0.81 , saturation: 0.46 and the lightness value of c279ce is 0.64.

The process color (four color CMYK) of #c279ce color hex is 0.06, 0.41, 0.00, 0.19. Web safe color of #c279ce is #cc66cc. Color #c279ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111001 11001110
Octal 302 171 316
Decimal 194 121 206
Hex C2 79 CE

RGB Percentages of Color #c279ce

%37.24
%23.22
%39.54

CMYK Percentages of Color #c279ce

%6
%41
%0
%19

Triadic Colors of #c279ce

#c279ce #cec279 #79cec2

Analogous Colors of #c279ce

#c279ce #ce79b0 #9879ce

Monochromatic Colors of #c279ce

#c279ce

Complementary Color

#c279ce #85ce79

#c279ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c279ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c279ce Color CSS Codes

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

#c279ce Text Font Color

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

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


#c279ce Background Color

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

This div background color is #c279ce


#c279ce Border Color

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

This div border color is #c279ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c279ce


Comments

No comments written yet.

Please login to write comment.