Color Hex Logo

#c04cfa Color Hex

#C04CFA
(192,76,250)
0 Favorites   0 Comments

Color spaces of #c04cfa

RGB 19276250
HSL0.780.950.64
HSV280°70°98°
CMYK 0.230.700.00   0.02
XYZ41.578023.277592.7441
Yxy23.27750.26380.1477
Hunter Lab48.246869.3955-80.1996
CIE-Lab55.357071.9848-66.5563

#c04cfa color RGB value is (192,76,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001100 11111010
Octal 300 114 372
Decimal 192 76 250
Hex C0 4C FA

RGB Percentages of Color #c04cfa

%37.07
%14.67
%48.26

CMYK Percentages of Color #c04cfa

%23
%70
%0
%2

Triadic Colors of #c04cfa

#c04cfa #fac04c #4cfac0

Analogous Colors of #c04cfa

#c04cfa #fa4cdd #694cfa

Monochromatic Colors of #c04cfa

#c04cfa

Complementary Color

#c04cfa #86fa4c

#c04cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04cfa Color CSS Codes

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

#c04cfa Text Font Color

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

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


#c04cfa Background Color

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

This div background color is #c04cfa


#c04cfa Border Color

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

This div border color is #c04cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04cfa


Comments

No comments written yet.

Please login to write comment.