Color Hex Logo

#c02649 Color Hex

#C02649
(192,38,73)
0 Favorites   0 Comments

Color spaces of #c02649

RGB 1923873
HSL0.960.670.45
HSV346°80°75°
CMYK 0.000.800.62   0.25
XYZ23.633913.07377.5812
Yxy13.07370.53360.2952
Hunter Lab36.157653.398312.8789
CIE-Lab42.874160.646719.2280

#c02649 color RGB value is (192,38,73).

#c02649 hex color red value is 192, green value is 38 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c02649 hue: 0.96 , saturation: 0.67 and the lightness value of c02649 is 0.45.

The process color (four color CMYK) of #c02649 color hex is 0.00, 0.80, 0.62, 0.25. Web safe color of #c02649 is #cc3333. Color #c02649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100110 01001001
Octal 300 46 111
Decimal 192 38 73
Hex C0 26 49

RGB Percentages of Color #c02649

%63.37
%12.54
%24.09

CMYK Percentages of Color #c02649

%0
%80
%62
%25

Triadic Colors of #c02649

#c02649 #49c026 #2649c0

Analogous Colors of #c02649

#c02649 #c05026 #c02696

Monochromatic Colors of #c02649

#c02649

Complementary Color

#c02649 #26c09d

#c02649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02649 Color CSS Codes

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

#c02649 Text Font Color

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

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


#c02649 Background Color

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

This div background color is #c02649


#c02649 Border Color

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

This div border color is #c02649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02649


Comments

No comments written yet.

Please login to write comment.