Color Hex Logo

#c04ffe Color Hex

#C04FFE
(192,79,254)
0 Favorites   0 Comments

Color spaces of #c04ffe

RGB 19279254
HSL0.770.990.65
HSV279°69°100°
CMYK 0.240.690.00   0.00
XYZ42.423623.954296.1536
Yxy23.95420.26100.1474
Hunter Lab48.943069.0727-82.2212
CIE-Lab56.041971.5886-67.6707

#c04ffe color RGB value is (192,79,254).

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

The process color (four color CMYK) of #c04ffe color hex is 0.24, 0.69, 0.00, 0.00. Web safe color of #c04ffe is #cc66ff. Color #c04ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001111 11111110
Octal 300 117 376
Decimal 192 79 254
Hex C0 4F FE

RGB Percentages of Color #c04ffe

%36.57
%15.05
%48.38

CMYK Percentages of Color #c04ffe

%24
%69
%0
%0

Triadic Colors of #c04ffe

#c04ffe #fec04f #4ffec0

Analogous Colors of #c04ffe

#c04ffe #fe4fe5 #694ffe

Monochromatic Colors of #c04ffe

#c04ffe

Complementary Color

#c04ffe #8dfe4f

#c04ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04ffe Color CSS Codes

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

#c04ffe Text Font Color

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

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


#c04ffe Background Color

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

This div background color is #c04ffe


#c04ffe Border Color

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

This div border color is #c04ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.