Color Hex Logo

#c0167c Color Hex

#C0167C
(192,22,124)
0 Favorites   0 Comments

Color spaces of #c0167c

RGB 19222124
HSL0.900.790.42
HSV324°89°75°
CMYK 0.000.890.35   0.25
XYZ25.663213.235520.2709
Yxy13.23550.43370.2237
Hunter Lab36.380662.2493-7.5693
CIE-Lab43.116068.3572-12.2763

#c0167c color RGB value is (192,22,124).

#c0167c hex color red value is 192, green value is 22 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #c0167c hue: 0.90 , saturation: 0.79 and the lightness value of c0167c is 0.42.

The process color (four color CMYK) of #c0167c color hex is 0.00, 0.89, 0.35, 0.25. Web safe color of #c0167c is #cc0066. Color #c0167c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010110 01111100
Octal 300 26 174
Decimal 192 22 124
Hex C0 16 7C

RGB Percentages of Color #c0167c

%56.80
%6.51
%36.69

CMYK Percentages of Color #c0167c

%0
%89
%35
%25

Triadic Colors of #c0167c

#c0167c #7cc016 #167cc0

Analogous Colors of #c0167c

#c0167c #c01627 #af16c0

Monochromatic Colors of #c0167c

#c0167c

Complementary Color

#c0167c #16c05a

#c0167c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0167c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0167c Color CSS Codes

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

#c0167c Text Font Color

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

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


#c0167c Background Color

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

This div background color is #c0167c


#c0167c Border Color

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

This div border color is #c0167c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,22,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0167c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0167c;
  -webkit-box-shadow: 1px 1px 3px 2px #c0167c;
  box-shadow:         1px 1px 3px 2px #c0167c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0167c


Comments

No comments written yet.

Please login to write comment.