Color Hex Logo

#c04cfe Color Hex

#C04CFE
(192,76,254)
0 Favorites   0 Comments

Color spaces of #c04cfe

RGB 19276254
HSL0.780.990.65
HSV279°70°100°
CMYK 0.240.700.00   0.00
XYZ42.212123.531196.0831
Yxy23.53110.26080.1454
Hunter Lab48.508970.4390-83.4814
CIE-Lab55.615272.7917-68.3595

#c04cfe color RGB value is (192,76,254).

#c04cfe hex color red value is 192, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c04cfe hue: 0.78 , saturation: 0.99 and the lightness value of c04cfe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001100 11111110
Octal 300 114 376
Decimal 192 76 254
Hex C0 4C FE

RGB Percentages of Color #c04cfe

%36.78
%14.56
%48.66

CMYK Percentages of Color #c04cfe

%24
%70
%0
%0

Triadic Colors of #c04cfe

#c04cfe #fec04c #4cfec0

Analogous Colors of #c04cfe

#c04cfe #fe4ce3 #674cfe

Monochromatic Colors of #c04cfe

#c04cfe

Complementary Color

#c04cfe #8afe4c

#c04cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04cfe Color CSS Codes

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

#c04cfe Text Font Color

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

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


#c04cfe Background Color

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

This div background color is #c04cfe


#c04cfe Border Color

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

This div border color is #c04cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,76,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04cfe


Comments

No comments written yet.

Please login to write comment.