Color Hex Logo

#c61fce Color Hex

#C61FCE
(198,31,206)
0 Favorites   0 Comments

Color spaces of #c61fce

RGB 19831206
HSL0.830.740.46
HSV297°85°81°
CMYK 0.040.850.00   0.19
XYZ34.919317.442059.9187
Yxy17.44200.31100.1553
Hunter Lab41.763676.1607-55.8294
CIE-Lab48.812278.7437-52.1492

#c61fce color RGB value is (198,31,206).

#c61fce hex color red value is 198, green value is 31 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c61fce hue: 0.83 , saturation: 0.74 and the lightness value of c61fce is 0.46.

The process color (four color CMYK) of #c61fce color hex is 0.04, 0.85, 0.00, 0.19. Web safe color of #c61fce is #cc33cc. Color #c61fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011111 11001110
Octal 306 37 316
Decimal 198 31 206
Hex C6 1F CE

RGB Percentages of Color #c61fce

%45.52
%7.13
%47.36

CMYK Percentages of Color #c61fce

%4
%85
%0
%19

Triadic Colors of #c61fce

#c61fce #cec61f #1fcec6

Analogous Colors of #c61fce

#c61fce #ce1f7f #6f1fce

Monochromatic Colors of #c61fce

#c61fce

Complementary Color

#c61fce #27ce1f

#c61fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61fce Color CSS Codes

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

#c61fce Text Font Color

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

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


#c61fce Background Color

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

This div background color is #c61fce


#c61fce Border Color

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

This div border color is #c61fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61fce


Comments

No comments written yet.

Please login to write comment.