Color Hex Logo

#c13369 Color Hex

#C13369
(193,51,105)
0 Favorites   0 Comments

Color spaces of #c13369

RGB 19351105
HSL0.940.580.48
HSV337°74°76°
CMYK 0.000.740.46   0.24
XYZ25.725914.725014.8509
Yxy14.72500.46520.2663
Hunter Lab38.373252.51583.9152
CIE-Lab45.255259.39922.6622

#c13369 color RGB value is (193,51,105).

#c13369 hex color red value is 193, green value is 51 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #c13369 hue: 0.94 , saturation: 0.58 and the lightness value of c13369 is 0.48.

The process color (four color CMYK) of #c13369 color hex is 0.00, 0.74, 0.46, 0.24. Web safe color of #c13369 is #cc3366. Color #c13369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110011 01101001
Octal 301 63 151
Decimal 193 51 105
Hex C1 33 69

RGB Percentages of Color #c13369

%55.30
%14.61
%30.09

CMYK Percentages of Color #c13369

%0
%74
%46
%24

Triadic Colors of #c13369

#c13369 #69c133 #3369c1

Analogous Colors of #c13369

#c13369 #c14433 #c133b0

Monochromatic Colors of #c13369

#c13369

Complementary Color

#c13369 #33c18b

#c13369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13369 Color CSS Codes

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

#c13369 Text Font Color

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

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


#c13369 Background Color

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

This div background color is #c13369


#c13369 Border Color

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

This div border color is #c13369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13369


Comments

No comments written yet.

Please login to write comment.