Color Hex Logo

#c2416b Color Hex

#C2416B
(194,65,107)
0 Favorites   0 Comments

Color spaces of #c2416b

RGB 19465107
HSL0.950.510.51
HSV340°66°76°
CMYK 0.000.660.45   0.24
XYZ26.792316.311515.6462
Yxy16.31150.45600.2776
Hunter Lab40.387547.73545.3022
CIE-Lab47.380554.64694.5206

#c2416b color RGB value is (194,65,107).

#c2416b hex color red value is 194, green value is 65 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c2416b hue: 0.95 , saturation: 0.51 and the lightness value of c2416b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000001 01101011
Octal 302 101 153
Decimal 194 65 107
Hex C2 41 6B

RGB Percentages of Color #c2416b

%53.01
%17.76
%29.23

CMYK Percentages of Color #c2416b

%0
%66
%45
%24

Triadic Colors of #c2416b

#c2416b #6bc241 #416bc2

Analogous Colors of #c2416b

#c2416b #c25841 #c241ac

Monochromatic Colors of #c2416b

#c2416b

Complementary Color

#c2416b #41c298

#c2416b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2416b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2416b Color CSS Codes

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

#c2416b Text Font Color

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

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


#c2416b Background Color

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

This div background color is #c2416b


#c2416b Border Color

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

This div border color is #c2416b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,65,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 #c2416b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2416b


Comments

No comments written yet.

Please login to write comment.