Color Hex Logo

#c049fc Color Hex

#C049FC
(192,73,252)
0 Favorites   0 Comments

Color spaces of #c049fc

RGB 19273252
HSL0.780.970.64
HSV280°71°99°
CMYK 0.240.710.00   0.01
XYZ41.691522.999894.3375
Yxy22.99980.26220.1446
Hunter Lab47.958171.2490-83.0576
CIE-Lab55.072173.5579-68.1270

#c049fc color RGB value is (192,73,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 11111100
Octal 300 111 374
Decimal 192 73 252
Hex C0 49 FC

RGB Percentages of Color #c049fc

%37.14
%14.12
%48.74

CMYK Percentages of Color #c049fc

%24
%71
%0
%1

Triadic Colors of #c049fc

#c049fc #fcc049 #49fcc0

Analogous Colors of #c049fc

#c049fc #fc49df #6749fc

Monochromatic Colors of #c049fc

#c049fc

Complementary Color

#c049fc #85fc49

#c049fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c049fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c049fc Color CSS Codes

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

#c049fc Text Font Color

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

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


#c049fc Background Color

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

This div background color is #c049fc


#c049fc Border Color

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

This div border color is #c049fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c049fc


Comments

No comments written yet.

Please login to write comment.