Color Hex Logo

#c044fc Color Hex

#C044FC
(192,68,252)
0 Favorites   0 Comments

Color spaces of #c044fc

RGB 19268252
HSL0.780.970.63
HSV280°73°99°
CMYK 0.240.730.00   0.01
XYZ41.376022.369094.2323
Yxy22.36900.26190.1416
Hunter Lab47.295973.3899-85.0223
CIE-Lab54.416475.4238-69.1868

#c044fc color RGB value is (192,68,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000100 11111100
Octal 300 104 374
Decimal 192 68 252
Hex C0 44 FC

RGB Percentages of Color #c044fc

%37.50
%13.28
%49.22

CMYK Percentages of Color #c044fc

%24
%73
%0
%1

Triadic Colors of #c044fc

#c044fc #fcc044 #44fcc0

Analogous Colors of #c044fc

#c044fc #fc44dc #6444fc

Monochromatic Colors of #c044fc

#c044fc

Complementary Color

#c044fc #80fc44

#c044fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c044fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c044fc Color CSS Codes

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

#c044fc Text Font Color

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

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


#c044fc Background Color

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

This div background color is #c044fc


#c044fc Border Color

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

This div border color is #c044fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c044fc

Related Colors


Comments

No comments written yet.

Please login to write comment.