Color Hex Logo

#c62999 Color Hex

#C62999
(198,41,153)
0 Favorites   0 Comments

Color spaces of #c62999

RGB 19841153
HSL0.880.660.47
HSV317°79°78°
CMYK 0.000.790.23   0.22
XYZ29.831415.891631.6321
Yxy15.89160.38560.2054
Hunter Lab39.864363.8134-19.1413
CIE-Lab46.831968.9661-24.1294

#c62999 color RGB value is (198,41,153).

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

The process color (four color CMYK) of #c62999 color hex is 0.00, 0.79, 0.23, 0.22. Web safe color of #c62999 is #cc3399. Color #c62999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 10011001
Octal 306 51 231
Decimal 198 41 153
Hex C6 29 99

RGB Percentages of Color #c62999

%50.51
%10.46
%39.03

CMYK Percentages of Color #c62999

%0
%79
%23
%22

Triadic Colors of #c62999

#c62999 #99c629 #2999c6

Analogous Colors of #c62999

#c62999 #c6294a #a529c6

Monochromatic Colors of #c62999

#c62999

Complementary Color

#c62999 #29c656

#c62999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62999 Color CSS Codes

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

#c62999 Text Font Color

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

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


#c62999 Background Color

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

This div background color is #c62999


#c62999 Border Color

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

This div border color is #c62999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62999


Comments

No comments written yet.

Please login to write comment.