Color Hex Logo

#c1027a Color Hex

#C1027A
(193,2,122)
0 Favorites   0 Comments

Color spaces of #c1027a

RGB 1932122
HSL0.900.980.38
HSV322°99°76°
CMYK 0.000.990.37   0.24
XYZ25.526912.786019.5349
Yxy12.78600.44130.2210
Hunter Lab35.757564.8535-7.3608
CIE-Lab42.439070.7019-12.0443

#c1027a color RGB value is (193,2,122).

#c1027a hex color red value is 193, green value is 2 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c1027a hue: 0.90 , saturation: 0.98 and the lightness value of c1027a is 0.38.

The process color (four color CMYK) of #c1027a color hex is 0.00, 0.99, 0.37, 0.24. Web safe color of #c1027a is #cc0066. Color #c1027a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000010 01111010
Octal 301 2 172
Decimal 193 2 122
Hex C1 2 7A

RGB Percentages of Color #c1027a

%60.88
%0.63
%38.49

CMYK Percentages of Color #c1027a

%0
%99
%37
%24

Triadic Colors of #c1027a

#c1027a #7ac102 #027ac1

Analogous Colors of #c1027a

#c1027a #c1021b #a902c1

Monochromatic Colors of #c1027a

#c1027a

Complementary Color

#c1027a #02c149

#c1027a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1027a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1027a Color CSS Codes

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

#c1027a Text Font Color

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

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


#c1027a Background Color

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

This div background color is #c1027a


#c1027a Border Color

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

This div border color is #c1027a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1027a


Comments

No comments written yet.

Please login to write comment.