Color Hex Logo

#c3126f Color Hex

#C3126F
(195,18,111)
0 Favorites   0 Comments

Color spaces of #c3126f

RGB 19518111
HSL0.910.830.42
HSV328°91°76°
CMYK 0.000.910.43   0.24
XYZ25.591213.182416.2346
Yxy13.18240.46520.2396
Hunter Lab36.307662.2765-1.0957
CIE-Lab43.036868.3959-4.2656

#c3126f color RGB value is (195,18,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010010 01101111
Octal 303 22 157
Decimal 195 18 111
Hex C3 12 6F

RGB Percentages of Color #c3126f

%60.19
%5.56
%34.26

CMYK Percentages of Color #c3126f

%0
%91
%43
%24

Triadic Colors of #c3126f

#c3126f #6fc312 #126fc3

Analogous Colors of #c3126f

#c3126f #c31216 #bf12c3

Monochromatic Colors of #c3126f

#c3126f

Complementary Color

#c3126f #12c366

#c3126f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3126f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3126f Color CSS Codes

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

#c3126f Text Font Color

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

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


#c3126f Background Color

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

This div background color is #c3126f


#c3126f Border Color

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

This div border color is #c3126f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3126f


Comments

No comments written yet.

Please login to write comment.