Color Hex Logo

#c629ed Color Hex

#C629ED
(198,41,237)
0 Favorites   0 Comments

Color spaces of #c629ed

RGB 19841237
HSL0.800.840.55
HSV288°83°93°
CMYK 0.160.830.00   0.07
XYZ39.367719.706181.8495
Yxy19.70610.27940.1398
Hunter Lab44.391680.6137-78.2453
CIE-Lab51.503381.7472-65.4659

#c629ed color RGB value is (198,41,237).

#c629ed hex color red value is 198, green value is 41 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c629ed hue: 0.80 , saturation: 0.84 and the lightness value of c629ed is 0.55.

The process color (four color CMYK) of #c629ed color hex is 0.16, 0.83, 0.00, 0.07. Web safe color of #c629ed is #cc33ff. Color #c629ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 11101101
Octal 306 51 355
Decimal 198 41 237
Hex C6 29 ED

RGB Percentages of Color #c629ed

%41.60
%8.61
%49.79

CMYK Percentages of Color #c629ed

%16
%83
%0
%7

Triadic Colors of #c629ed

#c629ed #edc629 #29edc6

Analogous Colors of #c629ed

#c629ed #ed29b2 #6429ed

Monochromatic Colors of #c629ed

#c629ed

Complementary Color

#c629ed #50ed29

#c629ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c629ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c629ed Color CSS Codes

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

#c629ed Text Font Color

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

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


#c629ed Background Color

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

This div background color is #c629ed


#c629ed Border Color

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

This div border color is #c629ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c629ed


Comments

No comments written yet.

Please login to write comment.