color codes Logo

#c0074e color codes

#C0074E
(192,7,78)
0 Favorites   0 Comments

Color spaces of #c0074e

RGB 192778
HSL0.940.930.39
HSV337°96°75°
CMYK 0.000.960.59   0.25
XYZ23.189411.90858.2841
Yxy11.90850.53450.2745
Hunter Lab34.508759.55959.9230
CIE-Lab41.070366.437913.6500

#c0074e color RGB value is (192,7,78).

#c0074e hex color red value is 192, green value is 7 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c0074e hue: 0.94 , saturation: 0.93 and the lightness value of c0074e is 0.39.

The process color (four color CMYK) of #c0074e color code is 0.00, 0.96, 0.59, 0.25. Web safe color of #c0074e is #cc0066. Color #c0074e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000111 01001110
Octal 300 7 116
Decimal 192 7 78
Hex C0 7 4E

RGB Percentages of Color #c0074e

%69.31
%2.53
%28.16

CMYK Percentages of Color #c0074e

%0
%96
%59
%25

Triadic Colors of #c0074e

#c0074e #4ec007 #074ec0

Analogous Colors of #c0074e

#c0074e #c01d07 #c007ab

Monochromatic Colors of #c0074e

#c0074e

Complementary Color

#c0074e #07c079

#c0074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0074e Color CSS Codes

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

#c0074e Text Font Color

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

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


#c0074e Background Color

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

This div background color is #c0074e


#c0074e Border Color

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

This div border color is #c0074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0074e


Comments

No comments written yet.

Please login to write comment.