Color Hex Logo

#c029fa Color Hex

#C029FA
(192,41,250)
0 Favorites   0 Comments

Color spaces of #c029fa

RGB 19241250
HSL0.790.950.57
HSV283°84°98°
CMYK 0.230.840.00   0.02
XYZ39.786519.694592.1469
Yxy19.69450.26240.1299
Hunter Lab44.378582.3677-92.0440
CIE-Lab51.490083.1212-72.8157

#c029fa color RGB value is (192,41,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 11111010
Octal 300 51 372
Decimal 192 41 250
Hex C0 29 FA

RGB Percentages of Color #c029fa

%39.75
%8.49
%51.76

CMYK Percentages of Color #c029fa

%23
%84
%0
%2

Triadic Colors of #c029fa

#c029fa #fac029 #29fac0

Analogous Colors of #c029fa

#c029fa #fa29cc #5729fa

Monochromatic Colors of #c029fa

#c029fa

Complementary Color

#c029fa #63fa29

#c029fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c029fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c029fa Color CSS Codes

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

#c029fa Text Font Color

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

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


#c029fa Background Color

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

This div background color is #c029fa


#c029fa Border Color

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

This div border color is #c029fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c029fa


Comments

No comments written yet.

Please login to write comment.