Color Hex Logo

#c3426a Color Hex

#C3426A
(195,66,106)
0 Favorites   0 Comments

Color spaces of #c3426a

RGB 19566106
HSL0.950.520.51
HSV341°66°76°
CMYK 0.000.660.46   0.24
XYZ27.055416.539115.4021
Yxy16.53910.45860.2803
Hunter Lab40.668347.58126.0132
CIE-Lab47.674054.45185.5742

#c3426a color RGB value is (195,66,106).

#c3426a hex color red value is 195, green value is 66 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c3426a hue: 0.95 , saturation: 0.52 and the lightness value of c3426a is 0.51.

The process color (four color CMYK) of #c3426a color hex is 0.00, 0.66, 0.46, 0.24. Web safe color of #c3426a is #cc3366. Color #c3426a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000010 01101010
Octal 303 102 152
Decimal 195 66 106
Hex C3 42 6A

RGB Percentages of Color #c3426a

%53.13
%17.98
%28.88

CMYK Percentages of Color #c3426a

%0
%66
%46
%24

Triadic Colors of #c3426a

#c3426a #6ac342 #426ac3

Analogous Colors of #c3426a

#c3426a #c35b42 #c342ab

Monochromatic Colors of #c3426a

#c3426a

Complementary Color

#c3426a #42c39b

#c3426a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3426a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3426a Color CSS Codes

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

#c3426a Text Font Color

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

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


#c3426a Background Color

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

This div background color is #c3426a


#c3426a Border Color

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

This div border color is #c3426a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3426a


Comments

No comments written yet.

Please login to write comment.