Color Hex Logo

#c2415b Color Hex

#C2415B
(194,65,91)
0 Favorites   0 Comments

Color spaces of #c2415b

RGB 1946591
HSL0.970.510.51
HSV348°66°76°
CMYK 0.000.660.53   0.24
XYZ26.026816.005311.6151
Yxy16.00530.48510.2983
Hunter Lab40.006646.113810.7910
CIE-Lab46.981453.214713.7357

#c2415b color RGB value is (194,65,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000001 01011011
Octal 302 101 133
Decimal 194 65 91
Hex C2 41 5B

RGB Percentages of Color #c2415b

%55.43
%18.57
%26.00

CMYK Percentages of Color #c2415b

%0
%66
%53
%24

Triadic Colors of #c2415b

#c2415b #5bc241 #415bc2

Analogous Colors of #c2415b

#c2415b #c26841 #c2419c

Monochromatic Colors of #c2415b

#c2415b

Complementary Color

#c2415b #41c2a8

#c2415b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2415b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2415b Color CSS Codes

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

#c2415b Text Font Color

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

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


#c2415b Background Color

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

This div background color is #c2415b


#c2415b Border Color

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

This div border color is #c2415b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,65,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2415b


Comments

No comments written yet.

Please login to write comment.