Color Hex Logo

#c01696 Color Hex

#C01696
(192,22,150)
0 Favorites   0 Comments

Color spaces of #c01696

RGB 19222150
HSL0.870.790.42
HSV315°89°75°
CMYK 0.000.890.22   0.25
XYZ27.530213.982330.1020
Yxy13.98230.38440.1952
Hunter Lab37.392965.9814-21.5545
CIE-Lab44.207571.3062-26.4831

#c01696 color RGB value is (192,22,150).

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

The process color (four color CMYK) of #c01696 color hex is 0.00, 0.89, 0.22, 0.25. Web safe color of #c01696 is #cc0099. Color #c01696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010110 10010110
Octal 300 26 226
Decimal 192 22 150
Hex C0 16 96

RGB Percentages of Color #c01696

%52.75
%6.04
%41.21

CMYK Percentages of Color #c01696

%0
%89
%22
%25

Triadic Colors of #c01696

#c01696 #96c016 #1696c0

Analogous Colors of #c01696

#c01696 #c01641 #9516c0

Monochromatic Colors of #c01696

#c01696

Complementary Color

#c01696 #16c040

#c01696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01696 Color CSS Codes

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

#c01696 Text Font Color

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

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


#c01696 Background Color

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

This div background color is #c01696


#c01696 Border Color

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

This div border color is #c01696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01696


Comments

No comments written yet.

Please login to write comment.