Color Hex Logo

#c644fc Color Hex

#C644FC
(198,68,252)
0 Favorites   0 Comments

Color spaces of #c644fc

RGB 19868252
HSL0.780.970.63
HSV282°73°99°
CMYK 0.210.730.00   0.01
XYZ42.926523.168394.3049
Yxy23.16830.26760.1444
Hunter Lab48.133574.9568-82.4698
CIE-Lab55.245376.5264-67.8066

#c644fc color RGB value is (198,68,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000100 11111100
Octal 306 104 374
Decimal 198 68 252
Hex C6 44 FC

RGB Percentages of Color #c644fc

%38.22
%13.13
%48.65

CMYK Percentages of Color #c644fc

%21
%73
%0
%1

Triadic Colors of #c644fc

#c644fc #fcc644 #44fcc6

Analogous Colors of #c644fc

#c644fc #fc44d6 #6a44fc

Monochromatic Colors of #c644fc

#c644fc

Complementary Color

#c644fc #7afc44

#c644fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c644fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c644fc Color CSS Codes

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

#c644fc Text Font Color

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

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


#c644fc Background Color

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

This div background color is #c644fc


#c644fc Border Color

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

This div border color is #c644fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c644fc

Related Colors


Comments

No comments written yet.

Please login to write comment.