Color Hex Logo

#c03880 Color Hex

#C03880
(192,56,128)
0 Favorites   0 Comments

Color spaces of #c03880

RGB 19256128
HSL0.910.550.49
HSV328°71°75°
CMYK 0.000.710.33   0.25
XYZ27.048715.593322.0063
Yxy15.59330.41840.2412
Hunter Lab39.488453.1642-5.3996
CIE-Lab46.436359.7593-9.7217

#c03880 color RGB value is (192,56,128).

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

The process color (four color CMYK) of #c03880 color hex is 0.00, 0.71, 0.33, 0.25. Web safe color of #c03880 is #cc3399. Color #c03880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111000 10000000
Octal 300 70 200
Decimal 192 56 128
Hex C0 38 80

RGB Percentages of Color #c03880

%51.06
%14.89
%34.04

CMYK Percentages of Color #c03880

%0
%71
%33
%25

Triadic Colors of #c03880

#c03880 #80c038 #3880c0

Analogous Colors of #c03880

#c03880 #c0383c #bc38c0

Monochromatic Colors of #c03880

#c03880

Complementary Color

#c03880 #38c078

#c03880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03880 Color CSS Codes

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

#c03880 Text Font Color

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

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


#c03880 Background Color

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

This div background color is #c03880


#c03880 Border Color

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

This div border color is #c03880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03880


Comments

No comments written yet.

Please login to write comment.