Color Hex Logo

#c0165e Color Hex

#C0165E
(192,22,94)
0 Favorites   0 Comments

Color spaces of #c0165e

RGB 1922294
HSL0.930.790.42
HSV335°89°75°
CMYK 0.000.890.51   0.25
XYZ24.045512.588411.7521
Yxy12.58840.49700.2602
Hunter Lab35.480158.88235.1974
CIE-Lab42.136465.64115.0107

#c0165e color RGB value is (192,22,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010110 01011110
Octal 300 26 136
Decimal 192 22 94
Hex C0 16 5E

RGB Percentages of Color #c0165e

%62.34
%7.14
%30.52

CMYK Percentages of Color #c0165e

%0
%89
%51
%25

Triadic Colors of #c0165e

#c0165e #5ec016 #165ec0

Analogous Colors of #c0165e

#c0165e #c02316 #c016b3

Monochromatic Colors of #c0165e

#c0165e

Complementary Color

#c0165e #16c078

#c0165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0165e Color CSS Codes

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

#c0165e Text Font Color

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

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


#c0165e Background Color

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

This div background color is #c0165e


#c0165e Border Color

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

This div border color is #c0165e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0165e


Comments

No comments written yet.

Please login to write comment.