Color Hex Logo

#c10292 Color Hex

#C10292
(193,2,146)
0 Favorites   0 Comments

Color spaces of #c10292

RGB 1932146
HSL0.870.980.38
HSV315°99°76°
CMYK 0.000.990.24   0.24
XYZ27.202313.456228.3577
Yxy13.45620.39410.1950
Hunter Lab36.682768.1732-20.1565
CIE-Lab43.442773.2841-25.2349

#c10292 color RGB value is (193,2,146).

#c10292 hex color red value is 193, green value is 2 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c10292 hue: 0.87 , saturation: 0.98 and the lightness value of c10292 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000010 10010010
Octal 301 2 222
Decimal 193 2 146
Hex C1 2 92

RGB Percentages of Color #c10292

%56.60
%0.59
%42.82

CMYK Percentages of Color #c10292

%0
%99
%24
%24

Triadic Colors of #c10292

#c10292 #92c102 #0292c1

Analogous Colors of #c10292

#c10292 #c10232 #9102c1

Monochromatic Colors of #c10292

#c10292

Complementary Color

#c10292 #02c131

#c10292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10292 Color CSS Codes

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

#c10292 Text Font Color

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

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


#c10292 Background Color

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

This div background color is #c10292


#c10292 Border Color

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

This div border color is #c10292


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,2,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c10292; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c10292;
  -webkit-box-shadow: 1px 1px 3px 2px #c10292;
  box-shadow:         1px 1px 3px 2px #c10292; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10292


Comments

No comments written yet.

Please login to write comment.