Color Hex Logo

#c1215d Color Hex

#C1215D
(193,33,93)
0 Favorites   0 Comments

Color spaces of #c1215d

RGB 1933393
HSL0.940.710.44
HSV338°83°76°
CMYK 0.000.830.52   0.24
XYZ24.512013.215511.6148
Yxy13.21550.49680.2678
Hunter Lab36.353156.74016.5041
CIE-Lab43.086263.57927.0206

#c1215d color RGB value is (193,33,93).

#c1215d hex color red value is 193, green value is 33 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c1215d hue: 0.94 , saturation: 0.71 and the lightness value of c1215d is 0.44.

The process color (four color CMYK) of #c1215d color hex is 0.00, 0.83, 0.52, 0.24. Web safe color of #c1215d is #cc3366. Color #c1215d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100001 01011101
Octal 301 41 135
Decimal 193 33 93
Hex C1 21 5D

RGB Percentages of Color #c1215d

%60.50
%10.34
%29.15

CMYK Percentages of Color #c1215d

%0
%83
%52
%24

Triadic Colors of #c1215d

#c1215d #5dc121 #215dc1

Analogous Colors of #c1215d

#c1215d #c13521 #c121ad

Monochromatic Colors of #c1215d

#c1215d

Complementary Color

#c1215d #21c185

#c1215d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1215d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1215d Color CSS Codes

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

#c1215d Text Font Color

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

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


#c1215d Background Color

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

This div background color is #c1215d


#c1215d Border Color

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

This div border color is #c1215d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1215d


Comments

No comments written yet.

Please login to write comment.