Color Hex Logo

#c63080 Color Hex

#C63080
(198,48,128)
0 Favorites   0 Comments

Color spaces of #c63080

RGB 19848128
HSL0.910.610.48
HSV328°76°78°
CMYK 0.000.760.35   0.22
XYZ28.241915.678221.9598
Yxy15.67820.42870.2380
Hunter Lab39.595758.0238-5.1653
CIE-Lab46.549464.0384-9.4439

#c63080 color RGB value is (198,48,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110000 10000000
Octal 306 60 200
Decimal 198 48 128
Hex C6 30 80

RGB Percentages of Color #c63080

%52.94
%12.83
%34.22

CMYK Percentages of Color #c63080

%0
%76
%35
%22

Triadic Colors of #c63080

#c63080 #80c630 #3080c6

Analogous Colors of #c63080

#c63080 #c63035 #c130c6

Monochromatic Colors of #c63080

#c63080

Complementary Color

#c63080 #30c676

#c63080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63080 Color CSS Codes

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

#c63080 Text Font Color

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

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


#c63080 Background Color

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

This div background color is #c63080


#c63080 Border Color

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

This div border color is #c63080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63080


Comments

No comments written yet.

Please login to write comment.