Color Hex Logo

#c279fc Color Hex

#C279FC
(194,121,252)
0 Favorites   0 Comments

Color spaces of #c279fc

RGB 194121252
HSL0.760.960.73
HSV273°52°99°
CMYK 0.230.520.00   0.01
XYZ46.656232.172495.8463
Yxy32.17240.26710.1842
Hunter Lab56.720747.5657-60.4834
CIE-Lab63.485151.8130-54.6330

#c279fc color RGB value is (194,121,252).

#c279fc hex color red value is 194, green value is 121 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c279fc hue: 0.76 , saturation: 0.96 and the lightness value of c279fc is 0.73.

The process color (four color CMYK) of #c279fc color hex is 0.23, 0.52, 0.00, 0.01. Web safe color of #c279fc is #cc66ff. Color #c279fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111001 11111100
Octal 302 171 374
Decimal 194 121 252
Hex C2 79 FC

RGB Percentages of Color #c279fc

%34.22
%21.34
%44.44

CMYK Percentages of Color #c279fc

%23
%52
%0
%1

Triadic Colors of #c279fc

#c279fc #fcc279 #79fcc2

Analogous Colors of #c279fc

#c279fc #fc79f5 #8179fc

Monochromatic Colors of #c279fc

#c279fc

Complementary Color

#c279fc #b3fc79

#c279fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c279fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c279fc Color CSS Codes

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

#c279fc Text Font Color

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

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


#c279fc Background Color

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

This div background color is #c279fc


#c279fc Border Color

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

This div border color is #c279fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c279fc

Related Colors


Comments

No comments written yet.

Please login to write comment.