Color Hex Logo

#c62649 Color Hex

#C62649
(198,38,73)
0 Favorites   0 Comments

Color spaces of #c62649

RGB 1983873
HSL0.960.680.46
HSV347°81°78°
CMYK 0.000.810.63   0.22
XYZ25.184413.87307.6537
Yxy13.87300.53920.2970
Hunter Lab37.246555.512413.8892
CIE-Lab44.050262.307720.9944

#c62649 color RGB value is (198,38,73).

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

The process color (four color CMYK) of #c62649 color hex is 0.00, 0.81, 0.63, 0.22. Web safe color of #c62649 is #cc3333. Color #c62649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100110 01001001
Octal 306 46 111
Decimal 198 38 73
Hex C6 26 49

RGB Percentages of Color #c62649

%64.08
%12.30
%23.62

CMYK Percentages of Color #c62649

%0
%81
%63
%22

Triadic Colors of #c62649

#c62649 #49c626 #2649c6

Analogous Colors of #c62649

#c62649 #c65326 #c62699

Monochromatic Colors of #c62649

#c62649

Complementary Color

#c62649 #26c6a3

#c62649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62649 Color CSS Codes

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

#c62649 Text Font Color

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

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


#c62649 Background Color

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

This div background color is #c62649


#c62649 Border Color

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

This div border color is #c62649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62649


Comments

No comments written yet.

Please login to write comment.