Color Hex Logo

#c6296e Color Hex

#C6296E
(198,41,110)
0 Favorites   0 Comments

Color spaces of #c6296e

RGB 19841110
HSL0.930.660.47
HSV334°79°78°
CMYK 0.000.790.44   0.22
XYZ26.896114.717416.1750
Yxy14.71740.46540.2547
Hunter Lab38.363358.00891.8560
CIE-Lab45.244764.2761-0.3290

#c6296e color RGB value is (198,41,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 01101110
Octal 306 51 156
Decimal 198 41 110
Hex C6 29 6E

RGB Percentages of Color #c6296e

%56.73
%11.75
%31.52

CMYK Percentages of Color #c6296e

%0
%79
%44
%22

Triadic Colors of #c6296e

#c6296e #6ec629 #296ec6

Analogous Colors of #c6296e

#c6296e #c63229 #c629bd

Monochromatic Colors of #c6296e

#c6296e

Complementary Color

#c6296e #29c681

#c6296e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6296e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6296e Color CSS Codes

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

#c6296e Text Font Color

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

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


#c6296e Background Color

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

This div background color is #c6296e


#c6296e Border Color

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

This div border color is #c6296e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6296e


Comments

No comments written yet.

Please login to write comment.