Color Hex Logo

#c9346b Color Hex

#C9346B
(201,52,107)
0 Favorites   0 Comments

Color spaces of #c9346b

RGB 20152107
HSL0.940.590.50
HSV338°74°79°
CMYK 0.000.740.47   0.21
XYZ27.969215.935015.5115
Yxy15.93500.47070.2682
Hunter Lab39.918755.20924.9043
CIE-Lab46.889161.49693.9748

#c9346b color RGB value is (201,52,107).

#c9346b hex color red value is 201, green value is 52 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c9346b hue: 0.94 , saturation: 0.59 and the lightness value of c9346b is 0.50.

The process color (four color CMYK) of #c9346b color hex is 0.00, 0.74, 0.47, 0.21. Web safe color of #c9346b is #cc3366. Color #c9346b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110100 01101011
Octal 311 64 153
Decimal 201 52 107
Hex C9 34 6B

RGB Percentages of Color #c9346b

%55.83
%14.44
%29.72

CMYK Percentages of Color #c9346b

%0
%74
%47
%21

Triadic Colors of #c9346b

#c9346b #6bc934 #346bc9

Analogous Colors of #c9346b

#c9346b #c94834 #c934b6

Monochromatic Colors of #c9346b

#c9346b

Complementary Color

#c9346b #34c992

#c9346b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9346b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9346b Color CSS Codes

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

#c9346b Text Font Color

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

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


#c9346b Background Color

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

This div background color is #c9346b


#c9346b Border Color

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

This div border color is #c9346b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,52,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9346b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9346b;
  -webkit-box-shadow: 1px 1px 3px 2px #c9346b;
  box-shadow:         1px 1px 3px 2px #c9346b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,52,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9346b


Comments

No comments written yet.

Please login to write comment.