Color Hex Logo

#c631cc Color Hex

#C631CC
(198,49,204)
0 Favorites   0 Comments

Color spaces of #c631cc

RGB 19849204
HSL0.830.610.50
HSV298°76°80°
CMYK 0.030.760.00   0.20
XYZ35.286118.562058.8498
Yxy18.56200.31310.1647
Hunter Lab43.083670.7976-50.8282
CIE-Lab50.170874.1373-48.8264

#c631cc color RGB value is (198,49,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110001 11001100
Octal 306 61 314
Decimal 198 49 204
Hex C6 31 CC

RGB Percentages of Color #c631cc

%43.90
%10.86
%45.23

CMYK Percentages of Color #c631cc

%3
%76
%0
%20

Triadic Colors of #c631cc

#c631cc #ccc631 #31ccc6

Analogous Colors of #c631cc

#c631cc #cc3185 #7931cc

Monochromatic Colors of #c631cc

#c631cc

Complementary Color

#c631cc #37cc31

#c631cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c631cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c631cc Color CSS Codes

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

#c631cc Text Font Color

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

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


#c631cc Background Color

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

This div background color is #c631cc


#c631cc Border Color

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

This div border color is #c631cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c631cc


Comments

No comments written yet.

Please login to write comment.