Color Hex Logo

#c029ca Color Hex

#C029CA
(192,41,202)
0 Favorites   0 Comments

Color spaces of #c029ca

RGB 19241202
HSL0.820.660.48
HSV296°80°79°
CMYK 0.050.800.00   0.21
XYZ33.191817.056657.4200
Yxy17.05660.30830.1584
Hunter Lab41.299671.1830-53.5227
CIE-Lab48.331374.8112-50.6678

#c029ca color RGB value is (192,41,202).

#c029ca hex color red value is 192, green value is 41 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c029ca hue: 0.82 , saturation: 0.66 and the lightness value of c029ca is 0.48.

The process color (four color CMYK) of #c029ca color hex is 0.05, 0.80, 0.00, 0.21. Web safe color of #c029ca is #cc33cc. Color #c029ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 11001010
Octal 300 51 312
Decimal 192 41 202
Hex C0 29 CA

RGB Percentages of Color #c029ca

%44.14
%9.43
%46.44

CMYK Percentages of Color #c029ca

%5
%80
%0
%21

Triadic Colors of #c029ca

#c029ca #cac029 #29cac0

Analogous Colors of #c029ca

#c029ca #ca2984 #7029ca

Monochromatic Colors of #c029ca

#c029ca

Complementary Color

#c029ca #33ca29

#c029ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c029ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c029ca Color CSS Codes

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

#c029ca Text Font Color

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

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


#c029ca Background Color

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

This div background color is #c029ca


#c029ca Border Color

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

This div border color is #c029ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c029ca


Comments

No comments written yet.

Please login to write comment.