Color Hex Logo

#c21296 Color Hex

#C21296
(194,18,150)
0 Favorites   0 Comments

Color spaces of #c21296

RGB 19418150
HSL0.880.830.42
HSV315°91°76°
CMYK 0.000.910.23   0.24
XYZ27.969514.104030.1023
Yxy14.10400.38750.1954
Hunter Lab37.555367.2170-21.2350
CIE-Lab44.381772.3058-26.1832

#c21296 color RGB value is (194,18,150).

#c21296 hex color red value is 194, green value is 18 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c21296 hue: 0.88 , saturation: 0.83 and the lightness value of c21296 is 0.42.

The process color (four color CMYK) of #c21296 color hex is 0.00, 0.91, 0.23, 0.24. Web safe color of #c21296 is #cc0099. Color #c21296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010010 10010110
Octal 302 22 226
Decimal 194 18 150
Hex C2 12 96

RGB Percentages of Color #c21296

%53.59
%4.97
%41.44

CMYK Percentages of Color #c21296

%0
%91
%23
%24

Triadic Colors of #c21296

#c21296 #96c212 #1296c2

Analogous Colors of #c21296

#c21296 #c2123e #9612c2

Monochromatic Colors of #c21296

#c21296

Complementary Color

#c21296 #12c23e

#c21296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21296 Color CSS Codes

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

#c21296 Text Font Color

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

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


#c21296 Background Color

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

This div background color is #c21296


#c21296 Border Color

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

This div border color is #c21296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21296


Comments

No comments written yet.

Please login to write comment.