Color Hex Logo

#c63680 Color Hex

#C63680
(198,54,128)
0 Favorites   0 Comments

Color spaces of #c63680

RGB 19854128
HSL0.910.570.49
HSV329°73°78°
CMYK 0.000.730.35   0.22
XYZ28.504216.202622.0472
Yxy16.20260.42700.2427
Hunter Lab40.252555.9604-4.2978
CIE-Lab47.239262.0951-8.4101

#c63680 color RGB value is (198,54,128).

#c63680 hex color red value is 198, green value is 54 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c63680 hue: 0.91 , saturation: 0.57 and the lightness value of c63680 is 0.49.

The process color (four color CMYK) of #c63680 color hex is 0.00, 0.73, 0.35, 0.22. Web safe color of #c63680 is #cc3399. Color #c63680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110110 10000000
Octal 306 66 200
Decimal 198 54 128
Hex C6 36 80

RGB Percentages of Color #c63680

%52.11
%14.21
%33.68

CMYK Percentages of Color #c63680

%0
%73
%35
%22

Triadic Colors of #c63680

#c63680 #80c636 #3680c6

Analogous Colors of #c63680

#c63680 #c63638 #c436c6

Monochromatic Colors of #c63680

#c63680

Complementary Color

#c63680 #36c67c

#c63680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63680 Color CSS Codes

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

#c63680 Text Font Color

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

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


#c63680 Background Color

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

This div background color is #c63680


#c63680 Border Color

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

This div border color is #c63680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63680


Comments

No comments written yet.

Please login to write comment.