Color Hex Logo

#c21150 Color Hex

#C21150
(194,17,80)
0 Favorites   0 Comments

Color spaces of #c21150

RGB 1941780
HSL0.940.840.41
HSV339°91°76°
CMYK 0.000.910.59   0.24
XYZ23.896612.44948.7329
Yxy12.44940.53010.2762
Hunter Lab35.283759.146210.0240
CIE-Lab41.921665.912813.6142

#c21150 color RGB value is (194,17,80).

#c21150 hex color red value is 194, green value is 17 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c21150 hue: 0.94 , saturation: 0.84 and the lightness value of c21150 is 0.41.

The process color (four color CMYK) of #c21150 color hex is 0.00, 0.91, 0.59, 0.24. Web safe color of #c21150 is #cc0066. Color #c21150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010001 01010000
Octal 302 21 120
Decimal 194 17 80
Hex C2 11 50

RGB Percentages of Color #c21150

%66.67
%5.84
%27.49

CMYK Percentages of Color #c21150

%0
%91
%59
%24

Triadic Colors of #c21150

#c21150 #50c211 #1150c2

Analogous Colors of #c21150

#c21150 #c22b11 #c211a9

Monochromatic Colors of #c21150

#c21150

Complementary Color

#c21150 #11c283

#c21150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21150 Color CSS Codes

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

#c21150 Text Font Color

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

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


#c21150 Background Color

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

This div background color is #c21150


#c21150 Border Color

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

This div border color is #c21150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21150


Comments

No comments written yet.

Please login to write comment.