Color Hex Logo

#c261fe Color Hex

#C261FE
(194,97,254)
0 Favorites   0 Comments

Color spaces of #c261fe

RGB 19497254
HSL0.770.990.69
HSV277°62°100°
CMYK 0.240.620.00   0.00
XYZ44.412227.174596.6703
Yxy27.17450.26400.1615
Hunter Lab52.129260.8496-73.4592
CIE-Lab59.135564.1337-62.6801

#c261fe color RGB value is (194,97,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100001 11111110
Octal 302 141 376
Decimal 194 97 254
Hex C2 61 FE

RGB Percentages of Color #c261fe

%35.60
%17.80
%46.61

CMYK Percentages of Color #c261fe

%24
%62
%0
%0

Triadic Colors of #c261fe

#c261fe #fec261 #61fec2

Analogous Colors of #c261fe

#c261fe #fe61ec #7461fe

Monochromatic Colors of #c261fe

#c261fe

Complementary Color

#c261fe #9dfe61

#c261fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c261fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c261fe Color CSS Codes

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

#c261fe Text Font Color

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

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


#c261fe Background Color

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

This div background color is #c261fe


#c261fe Border Color

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

This div border color is #c261fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,97,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 #c261fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c261fe

Related Colors


Comments

No comments written yet.

Please login to write comment.