Color Hex Logo

#c13584 Color Hex

#C13584
(193,53,132)
0 Favorites   0 Comments

Color spaces of #c13584

RGB 19353132
HSL0.910.570.48
HSV326°73°76°
CMYK 0.000.730.32   0.24
XYZ27.430315.549623.3854
Yxy15.54960.41330.2343
Hunter Lab39.433055.1601-7.5584
CIE-Lab46.377961.5504-12.2246

#c13584 color RGB value is (193,53,132).

#c13584 hex color red value is 193, green value is 53 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c13584 hue: 0.91 , saturation: 0.57 and the lightness value of c13584 is 0.48.

The process color (four color CMYK) of #c13584 color hex is 0.00, 0.73, 0.32, 0.24. Web safe color of #c13584 is #cc3399. Color #c13584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110101 10000100
Octal 301 65 204
Decimal 193 53 132
Hex C1 35 84

RGB Percentages of Color #c13584

%51.06
%14.02
%34.92

CMYK Percentages of Color #c13584

%0
%73
%32
%24

Triadic Colors of #c13584

#c13584 #84c135 #3584c1

Analogous Colors of #c13584

#c13584 #c1353e #b835c1

Monochromatic Colors of #c13584

#c13584

Complementary Color

#c13584 #35c172

#c13584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13584 Color CSS Codes

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

#c13584 Text Font Color

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

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


#c13584 Background Color

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

This div background color is #c13584


#c13584 Border Color

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

This div border color is #c13584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13584


Comments

No comments written yet.

Please login to write comment.