Color Hex Logo

#c6429b Color Hex

#C6429B
(198,66,155)
0 Favorites   0 Comments

Color spaces of #c6429b

RGB 19866155
HSL0.890.540.52
HSV320°67°78°
CMYK 0.000.670.22   0.22
XYZ31.153318.268832.8946
Yxy18.26880.37850.2219
Hunter Lab42.742055.3045-15.7106
CIE-Lab49.820561.0310-20.7160

#c6429b color RGB value is (198,66,155).

#c6429b hex color red value is 198, green value is 66 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c6429b hue: 0.89 , saturation: 0.54 and the lightness value of c6429b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000010 10011011
Octal 306 102 233
Decimal 198 66 155
Hex C6 42 9B

RGB Percentages of Color #c6429b

%47.26
%15.75
%36.99

CMYK Percentages of Color #c6429b

%0
%67
%22
%22

Triadic Colors of #c6429b

#c6429b #9bc642 #429bc6

Analogous Colors of #c6429b

#c6429b #c64259 #af42c6

Monochromatic Colors of #c6429b

#c6429b

Complementary Color

#c6429b #42c66d

#c6429b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6429b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6429b Color CSS Codes

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

#c6429b Text Font Color

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

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


#c6429b Background Color

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

This div background color is #c6429b


#c6429b Border Color

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

This div border color is #c6429b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6429b


Comments

No comments written yet.

Please login to write comment.