Color Hex Logo

#c629ca Color Hex

#C629CA
(198,41,202)
0 Favorites   0 Comments

Color spaces of #c629ca

RGB 19841202
HSL0.830.660.48
HSV299°80°79°
CMYK 0.020.800.00   0.21
XYZ34.742317.855957.4925
Yxy17.85590.31560.1622
Hunter Lab42.256272.8110-51.0887
CIE-Lab49.320975.9451-49.0296

#c629ca color RGB value is (198,41,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 11001010
Octal 306 51 312
Decimal 198 41 202
Hex C6 29 CA

RGB Percentages of Color #c629ca

%44.90
%9.30
%45.80

CMYK Percentages of Color #c629ca

%2
%80
%0
%21

Triadic Colors of #c629ca

#c629ca #cac629 #29cac6

Analogous Colors of #c629ca

#c629ca #ca297e #7629ca

Monochromatic Colors of #c629ca

#c629ca

Complementary Color

#c629ca #2dca29

#c629ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c629ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c629ca Color CSS Codes

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

#c629ca Text Font Color

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

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


#c629ca Background Color

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

This div background color is #c629ca


#c629ca Border Color

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

This div border color is #c629ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c629ca


Comments

No comments written yet.

Please login to write comment.