Color Hex Logo

#c1427d Color Hex

#C1427D
(193,66,125)
0 Favorites   0 Comments

Color spaces of #c1427d

RGB 19366125
HSL0.920.510.51
HSV332°66°76°
CMYK 0.000.660.35   0.24
XYZ27.642216.714621.1714
Yxy16.71460.42180.2551
Hunter Lab40.883549.1415-2.0847
CIE-Lab47.898455.8453-5.6974

#c1427d color RGB value is (193,66,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 01111101
Octal 301 102 175
Decimal 193 66 125
Hex C1 42 7D

RGB Percentages of Color #c1427d

%50.26
%17.19
%32.55

CMYK Percentages of Color #c1427d

%0
%66
%35
%24

Triadic Colors of #c1427d

#c1427d #7dc142 #427dc1

Analogous Colors of #c1427d

#c1427d #c14642 #c142bd

Monochromatic Colors of #c1427d

#c1427d

Complementary Color

#c1427d #42c186

#c1427d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1427d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1427d Color CSS Codes

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

#c1427d Text Font Color

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

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


#c1427d Background Color

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

This div background color is #c1427d


#c1427d Border Color

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

This div border color is #c1427d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1427d


Comments

No comments written yet.

Please login to write comment.