Color Hex Logo

#c279fe Color Hex

#C279FE
(194,121,254)
0 Favorites   0 Comments

Color spaces of #c279fe

RGB 194121254
HSL0.760.990.74
HSV273°52°100°
CMYK 0.240.520.00   0.00
XYZ46.974932.299897.5246
Yxy32.29980.26570.1827
Hunter Lab56.832948.0805-61.9579
CIE-Lab63.589952.2574-55.5646

#c279fe color RGB value is (194,121,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111001 11111110
Octal 302 171 376
Decimal 194 121 254
Hex C2 79 FE

RGB Percentages of Color #c279fe

%34.09
%21.27
%44.64

CMYK Percentages of Color #c279fe

%24
%52
%0
%0

Triadic Colors of #c279fe

#c279fe #fec279 #79fec2

Analogous Colors of #c279fe

#c279fe #fe79f8 #8079fe

Monochromatic Colors of #c279fe

#c279fe

Complementary Color

#c279fe #b5fe79

#c279fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c279fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c279fe Color CSS Codes

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

#c279fe Text Font Color

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

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


#c279fe Background Color

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

This div background color is #c279fe


#c279fe Border Color

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

This div border color is #c279fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c279fe

Related Colors


Comments

No comments written yet.

Please login to write comment.