Color Hex Logo

#c1425f Color Hex

#C1425F
(193,66,95)
0 Favorites   0 Comments

Color spaces of #c1425f

RGB 1936695
HSL0.960.510.51
HSV346°66°76°
CMYK 0.000.660.51   0.24
XYZ26.006116.060112.5557
Yxy16.06010.47610.2940
Hunter Lab40.075145.70359.4767
CIE-Lab47.053252.819111.3652

#c1425f color RGB value is (193,66,95).

#c1425f hex color red value is 193, green value is 66 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c1425f hue: 0.96 , saturation: 0.51 and the lightness value of c1425f is 0.51.

The process color (four color CMYK) of #c1425f color hex is 0.00, 0.66, 0.51, 0.24. Web safe color of #c1425f is #cc3366. Color #c1425f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 01011111
Octal 301 102 137
Decimal 193 66 95
Hex C1 42 5F

RGB Percentages of Color #c1425f

%54.52
%18.64
%26.84

CMYK Percentages of Color #c1425f

%0
%66
%51
%24

Triadic Colors of #c1425f

#c1425f #5fc142 #425fc1

Analogous Colors of #c1425f

#c1425f #c16542 #c1429f

Monochromatic Colors of #c1425f

#c1425f

Complementary Color

#c1425f #42c1a4

#c1425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1425f Color CSS Codes

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

#c1425f Text Font Color

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

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


#c1425f Background Color

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

This div background color is #c1425f


#c1425f Border Color

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

This div border color is #c1425f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1425f


Comments

No comments written yet.

Please login to write comment.