Color Hex Logo

#c1236d Color Hex

#C1236D
(193,35,109)
0 Favorites   0 Comments

Color spaces of #c1236d

RGB 19335109
HSL0.920.690.45
HSV332°82°76°
CMYK 0.000.820.44   0.24
XYZ25.353713.643615.7652
Yxy13.64360.46300.2491
Hunter Lab36.937257.88210.5505
CIE-Lab43.717464.4603-2.0600

#c1236d color RGB value is (193,35,109).

#c1236d hex color red value is 193, green value is 35 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c1236d hue: 0.92 , saturation: 0.69 and the lightness value of c1236d is 0.45.

The process color (four color CMYK) of #c1236d color hex is 0.00, 0.82, 0.44, 0.24. Web safe color of #c1236d is #cc3366. Color #c1236d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100011 01101101
Octal 301 43 155
Decimal 193 35 109
Hex C1 23 6D

RGB Percentages of Color #c1236d

%57.27
%10.39
%32.34

CMYK Percentages of Color #c1236d

%0
%82
%44
%24

Triadic Colors of #c1236d

#c1236d #6dc123 #236dc1

Analogous Colors of #c1236d

#c1236d #c12823 #c123bc

Monochromatic Colors of #c1236d

#c1236d

Complementary Color

#c1236d #23c177

#c1236d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1236d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1236d Color CSS Codes

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

#c1236d Text Font Color

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

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


#c1236d Background Color

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

This div background color is #c1236d


#c1236d Border Color

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

This div border color is #c1236d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1236d


Comments

No comments written yet.

Please login to write comment.