Color Hex Logo

#c6297d Color Hex

#C6297D
(198,41,125)
0 Favorites   0 Comments

Color spaces of #c6297d

RGB 19841125
HSL0.910.660.47
HSV328°79°78°
CMYK 0.000.790.37   0.22
XYZ27.783315.072320.8469
Yxy15.07230.43610.2366
Hunter Lab38.823159.8012-4.6609
CIE-Lab45.733165.7414-8.8357

#c6297d color RGB value is (198,41,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 01111101
Octal 306 51 175
Decimal 198 41 125
Hex C6 29 7D

RGB Percentages of Color #c6297d

%54.40
%11.26
%34.34

CMYK Percentages of Color #c6297d

%0
%79
%37
%22

Triadic Colors of #c6297d

#c6297d #7dc629 #297dc6

Analogous Colors of #c6297d

#c6297d #c6292e #c129c6

Monochromatic Colors of #c6297d

#c6297d

Complementary Color

#c6297d #29c672

#c6297d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6297d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6297d Color CSS Codes

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

#c6297d Text Font Color

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

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


#c6297d Background Color

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

This div background color is #c6297d


#c6297d Border Color

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

This div border color is #c6297d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6297d


Comments

No comments written yet.

Please login to write comment.