Color Hex Logo

#c1625c Color Hex

#C1625C
(193,98,92)
0 Favorites   0 Comments

Color spaces of #c1625c

RGB 1939892
HSL0.010.450.56
HSV52°76°
CMYK 0.000.490.52   0.24
XYZ28.291820.845512.6577
Yxy20.84550.45780.3373
Hunter Lab45.656930.710015.5225
CIE-Lab52.780037.378920.9761

#c1625c color RGB value is (193,98,92).

#c1625c hex color red value is 193, green value is 98 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c1625c hue: 0.01 , saturation: 0.45 and the lightness value of c1625c is 0.56.

The process color (four color CMYK) of #c1625c color hex is 0.00, 0.49, 0.52, 0.24. Web safe color of #c1625c is #cc6666. Color #c1625c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100010 01011100
Octal 301 142 134
Decimal 193 98 92
Hex C1 62 5C

RGB Percentages of Color #c1625c

%50.39
%25.59
%24.02

CMYK Percentages of Color #c1625c

%0
%49
%52
%24

Triadic Colors of #c1625c

#c1625c #5cc162 #625cc1

Analogous Colors of #c1625c

#c1625c #c1955c #c15c89

Monochromatic Colors of #c1625c

#c1625c

Complementary Color

#c1625c #5cbbc1

#c1625c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1625c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1625c Color CSS Codes

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

#c1625c Text Font Color

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

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


#c1625c Background Color

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

This div background color is #c1625c


#c1625c Border Color

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

This div border color is #c1625c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1625c


Comments

No comments written yet.

Please login to write comment.