Color Hex Logo

#c641fa Color Hex

#C641FA
(198,65,250)
0 Favorites   0 Comments

Color spaces of #c641fa

RGB 19865250
HSL0.790.950.62
HSV283°74°98°
CMYK 0.210.740.00   0.02
XYZ42.434322.688592.5853
Yxy22.68850.26910.1439
Hunter Lab47.632475.6634-81.9019
CIE-Lab54.750077.1892-67.4946

#c641fa color RGB value is (198,65,250).

#c641fa hex color red value is 198, green value is 65 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c641fa hue: 0.79 , saturation: 0.95 and the lightness value of c641fa is 0.62.

The process color (four color CMYK) of #c641fa color hex is 0.21, 0.74, 0.00, 0.02. Web safe color of #c641fa is #cc33ff. Color #c641fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000001 11111010
Octal 306 101 372
Decimal 198 65 250
Hex C6 41 FA

RGB Percentages of Color #c641fa

%38.60
%12.67
%48.73

CMYK Percentages of Color #c641fa

%21
%74
%0
%2

Triadic Colors of #c641fa

#c641fa #fac641 #41fac6

Analogous Colors of #c641fa

#c641fa #fa41d2 #6a41fa

Monochromatic Colors of #c641fa

#c641fa

Complementary Color

#c641fa #75fa41

#c641fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c641fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c641fa Color CSS Codes

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

#c641fa Text Font Color

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

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


#c641fa Background Color

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

This div background color is #c641fa


#c641fa Border Color

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

This div border color is #c641fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,65,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c641fa


Comments

No comments written yet.

Please login to write comment.