Color Hex Logo

#c62950 Color Hex

#C62950
(198,41,80)
0 Favorites   0 Comments

Color spaces of #c62950

RGB 1984180
HSL0.960.660.47
HSV345°79°78°
CMYK 0.000.790.60   0.22
XYZ25.529614.17088.9791
Yxy14.17080.52440.2911
Hunter Lab37.644155.178412.2087
CIE-Lab44.476961.929317.2167

#c62950 color RGB value is (198,41,80).

#c62950 hex color red value is 198, green value is 41 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c62950 hue: 0.96 , saturation: 0.66 and the lightness value of c62950 is 0.47.

The process color (four color CMYK) of #c62950 color hex is 0.00, 0.79, 0.60, 0.22. Web safe color of #c62950 is #cc3366. Color #c62950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 01010000
Octal 306 51 120
Decimal 198 41 80
Hex C6 29 50

RGB Percentages of Color #c62950

%62.07
%12.85
%25.08

CMYK Percentages of Color #c62950

%0
%79
%60
%22

Triadic Colors of #c62950

#c62950 #50c629 #2950c6

Analogous Colors of #c62950

#c62950 #c65029 #c6299f

Monochromatic Colors of #c62950

#c62950

Complementary Color

#c62950 #29c69f

#c62950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62950 Color CSS Codes

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

#c62950 Text Font Color

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

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


#c62950 Background Color

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

This div background color is #c62950


#c62950 Border Color

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

This div border color is #c62950


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,41,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62950


Comments

No comments written yet.

Please login to write comment.