Color Hex Logo

#c629cc Color Hex

#C629CC
(198,41,204)
0 Favorites   0 Comments

Color spaces of #c629cc

RGB 19841204
HSL0.830.670.48
HSV298°80°80°
CMYK 0.030.800.00   0.20
XYZ34.980717.951358.7480
Yxy17.95130.31320.1607
Hunter Lab42.369073.2276-52.5521
CIE-Lab49.437076.2604-49.9976

#c629cc color RGB value is (198,41,204).

#c629cc hex color red value is 198, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c629cc hue: 0.83 , saturation: 0.67 and the lightness value of c629cc is 0.48.

The process color (four color CMYK) of #c629cc color hex is 0.03, 0.80, 0.00, 0.20. Web safe color of #c629cc is #cc33cc. Color #c629cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 11001100
Octal 306 51 314
Decimal 198 41 204
Hex C6 29 CC

RGB Percentages of Color #c629cc

%44.70
%9.26
%46.05

CMYK Percentages of Color #c629cc

%3
%80
%0
%20

Triadic Colors of #c629cc

#c629cc #ccc629 #29ccc6

Analogous Colors of #c629cc

#c629cc #cc2981 #7529cc

Monochromatic Colors of #c629cc

#c629cc

Complementary Color

#c629cc #2fcc29

#c629cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c629cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c629cc Color CSS Codes

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

#c629cc Text Font Color

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

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


#c629cc Background Color

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

This div background color is #c629cc


#c629cc Border Color

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

This div border color is #c629cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c629cc


Comments

No comments written yet.

Please login to write comment.