Color Hex Logo

#c00296 Color Hex

#C00296
(192,2,150)
0 Favorites   0 Comments

Color spaces of #c00296

RGB 1922150
HSL0.870.980.38
HSV313°99°75°
CMYK 0.000.990.22   0.25
XYZ27.265013.451930.0136
Yxy13.45190.38550.1902
Hunter Lab36.676868.5097-22.8448
CIE-Lab43.436473.5643-27.6850

#c00296 color RGB value is (192,2,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000010 10010110
Octal 300 2 226
Decimal 192 2 150
Hex C0 2 96

RGB Percentages of Color #c00296

%55.81
%0.58
%43.60

CMYK Percentages of Color #c00296

%0
%99
%22
%25

Triadic Colors of #c00296

#c00296 #96c002 #0296c0

Analogous Colors of #c00296

#c00296 #c00237 #8b02c0

Monochromatic Colors of #c00296

#c00296

Complementary Color

#c00296 #02c02c

#c00296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00296 Color CSS Codes

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

#c00296 Text Font Color

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

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


#c00296 Background Color

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

This div background color is #c00296


#c00296 Border Color

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

This div border color is #c00296


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,2,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 #c00296">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00296


Comments

No comments written yet.

Please login to write comment.