Color Hex Logo

#c13875 Color Hex

#C13875
(193,56,117)
0 Favorites   0 Comments

Color spaces of #c13875

RGB 19356117
HSL0.930.550.49
HSV333°71°76°
CMYK 0.000.710.39   0.24
XYZ26.617415.450218.4089
Yxy15.45020.44010.2555
Hunter Lab39.306752.0883-0.2531
CIE-Lab46.244758.8277-3.2723

#c13875 color RGB value is (193,56,117).

#c13875 hex color red value is 193, green value is 56 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c13875 hue: 0.93 , saturation: 0.55 and the lightness value of c13875 is 0.49.

The process color (four color CMYK) of #c13875 color hex is 0.00, 0.71, 0.39, 0.24. Web safe color of #c13875 is #cc3366. Color #c13875 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111000 01110101
Octal 301 70 165
Decimal 193 56 117
Hex C1 38 75

RGB Percentages of Color #c13875

%52.73
%15.30
%31.97

CMYK Percentages of Color #c13875

%0
%71
%39
%24

Triadic Colors of #c13875

#c13875 #75c138 #3875c1

Analogous Colors of #c13875

#c13875 #c13f38 #c138ba

Monochromatic Colors of #c13875

#c13875

Complementary Color

#c13875 #38c184

#c13875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13875 Color CSS Codes

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

#c13875 Text Font Color

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

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


#c13875 Background Color

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

This div background color is #c13875


#c13875 Border Color

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

This div border color is #c13875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13875


Comments

No comments written yet.

Please login to write comment.