Color Hex Logo

#c12895 Color Hex

#C12895
(193,40,149)
0 Favorites   0 Comments

Color spaces of #c12895

RGB 19340149
HSL0.880.660.46
HSV317°79°76°
CMYK 0.000.790.23   0.24
XYZ28.175915.025029.8488
Yxy15.02500.38570.2057
Hunter Lab38.762161.9168-18.5229
CIE-Lab45.668467.5757-23.5980

#c12895 color RGB value is (193,40,149).

#c12895 hex color red value is 193, green value is 40 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c12895 hue: 0.88 , saturation: 0.66 and the lightness value of c12895 is 0.46.

The process color (four color CMYK) of #c12895 color hex is 0.00, 0.79, 0.23, 0.24. Web safe color of #c12895 is #cc3399. Color #c12895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101000 10010101
Octal 301 50 225
Decimal 193 40 149
Hex C1 28 95

RGB Percentages of Color #c12895

%50.52
%10.47
%39.01

CMYK Percentages of Color #c12895

%0
%79
%23
%24

Triadic Colors of #c12895

#c12895 #95c128 #2895c1

Analogous Colors of #c12895

#c12895 #c12849 #a128c1

Monochromatic Colors of #c12895

#c12895

Complementary Color

#c12895 #28c154

#c12895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12895 Color CSS Codes

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

#c12895 Text Font Color

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

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


#c12895 Background Color

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

This div background color is #c12895


#c12895 Border Color

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

This div border color is #c12895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12895


Comments

No comments written yet.

Please login to write comment.