Color Hex Logo

#c63886 Color Hex

#C63886
(198,56,134)
0 Favorites   0 Comments

Color spaces of #c63886

RGB 19856134
HSL0.910.560.50
HSV327°72°78°
CMYK 0.000.720.32   0.22
XYZ29.006016.555324.2210
Yxy16.55530.41570.2372
Hunter Lab40.688256.0456-6.8126
CIE-Lab47.694862.0839-11.3642

#c63886 color RGB value is (198,56,134).

#c63886 hex color red value is 198, green value is 56 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c63886 hue: 0.91 , saturation: 0.56 and the lightness value of c63886 is 0.50.

The process color (four color CMYK) of #c63886 color hex is 0.00, 0.72, 0.32, 0.22. Web safe color of #c63886 is #cc3399. Color #c63886 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111000 10000110
Octal 306 70 206
Decimal 198 56 134
Hex C6 38 86

RGB Percentages of Color #c63886

%51.03
%14.43
%34.54

CMYK Percentages of Color #c63886

%0
%72
%32
%22

Triadic Colors of #c63886

#c63886 #86c638 #3886c6

Analogous Colors of #c63886

#c63886 #c6383f #bf38c6

Monochromatic Colors of #c63886

#c63886

Complementary Color

#c63886 #38c678

#c63886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63886 Color CSS Codes

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

#c63886 Text Font Color

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

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


#c63886 Background Color

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

This div background color is #c63886


#c63886 Border Color

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

This div border color is #c63886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63886


Comments

No comments written yet.

Please login to write comment.