Color Hex Logo

#c03279 Color Hex

#C03279
(192,50,121)
0 Favorites   0 Comments

Color spaces of #c03279

RGB 19250121
HSL0.920.590.47
HSV330°74°75°
CMYK 0.000.740.37   0.25
XYZ26.330014.868119.5713
Yxy14.86810.43330.2447
Hunter Lab38.559254.4096-3.1021
CIE-Lab45.453061.0587-6.9178

#c03279 color RGB value is (192,50,121).

#c03279 hex color red value is 192, green value is 50 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c03279 hue: 0.92 , saturation: 0.59 and the lightness value of c03279 is 0.47.

The process color (four color CMYK) of #c03279 color hex is 0.00, 0.74, 0.37, 0.25. Web safe color of #c03279 is #cc3366. Color #c03279 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110010 01111001
Octal 300 62 171
Decimal 192 50 121
Hex C0 32 79

RGB Percentages of Color #c03279

%52.89
%13.77
%33.33

CMYK Percentages of Color #c03279

%0
%74
%37
%25

Triadic Colors of #c03279

#c03279 #79c032 #3279c0

Analogous Colors of #c03279

#c03279 #c03232 #c032c0

Monochromatic Colors of #c03279

#c03279

Complementary Color

#c03279 #32c079

#c03279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03279 Color CSS Codes

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

#c03279 Text Font Color

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

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


#c03279 Background Color

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

This div background color is #c03279


#c03279 Border Color

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

This div border color is #c03279


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,50,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03279


Comments

No comments written yet.

Please login to write comment.