Color Hex Logo

#c643fc Color Hex

#C643FC
(198,67,252)
0 Favorites   0 Comments

Color spaces of #c643fc

RGB 19867252
HSL0.780.970.63
HSV282°73°99°
CMYK 0.210.730.00   0.01
XYZ42.866523.048494.2849
Yxy23.04840.26760.1439
Hunter Lab48.008775.3654-82.8341
CIE-Lab55.122276.8782-68.0053

#c643fc color RGB value is (198,67,252).

#c643fc hex color red value is 198, green value is 67 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c643fc hue: 0.78 , saturation: 0.97 and the lightness value of c643fc is 0.63.

The process color (four color CMYK) of #c643fc color hex is 0.21, 0.73, 0.00, 0.01. Web safe color of #c643fc is #cc33ff. Color #c643fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000011 11111100
Octal 306 103 374
Decimal 198 67 252
Hex C6 43 FC

RGB Percentages of Color #c643fc

%38.30
%12.96
%48.74

CMYK Percentages of Color #c643fc

%21
%73
%0
%1

Triadic Colors of #c643fc

#c643fc #fcc643 #43fcc6

Analogous Colors of #c643fc

#c643fc #fc43d6 #6a43fc

Monochromatic Colors of #c643fc

#c643fc

Complementary Color

#c643fc #79fc43

#c643fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c643fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c643fc Color CSS Codes

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

#c643fc Text Font Color

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

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


#c643fc Background Color

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

This div background color is #c643fc


#c643fc Border Color

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

This div border color is #c643fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c643fc


Comments

No comments written yet.

Please login to write comment.