Color Hex Logo

#c631af Color Hex

#C631AF
(198,49,175)
0 Favorites   0 Comments

Color spaces of #c631af

RGB 19849175
HSL0.860.600.48
HSV309°75°78°
CMYK 0.000.750.12   0.22
XYZ32.124917.297542.2030
Yxy17.29750.35060.1888
Hunter Lab41.590365.0929-31.0503
CIE-Lab48.632769.6981-34.3867

#c631af color RGB value is (198,49,175).

#c631af hex color red value is 198, green value is 49 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c631af hue: 0.86 , saturation: 0.60 and the lightness value of c631af is 0.48.

The process color (four color CMYK) of #c631af color hex is 0.00, 0.75, 0.12, 0.22. Web safe color of #c631af is #cc3399. Color #c631af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110001 10101111
Octal 306 61 257
Decimal 198 49 175
Hex C6 31 AF

RGB Percentages of Color #c631af

%46.92
%11.61
%41.47

CMYK Percentages of Color #c631af

%0
%75
%12
%22

Triadic Colors of #c631af

#c631af #afc631 #31afc6

Analogous Colors of #c631af

#c631af #c63165 #9331c6

Monochromatic Colors of #c631af

#c631af

Complementary Color

#c631af #31c648

#c631af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c631af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c631af Color CSS Codes

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

#c631af Text Font Color

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

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


#c631af Background Color

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

This div background color is #c631af


#c631af Border Color

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

This div border color is #c631af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c631af


Comments

No comments written yet.

Please login to write comment.