Color Hex Logo

#c0065e Color Hex

#C0065E
(192,6,94)
0 Favorites   0 Comments

Color spaces of #c0065e

RGB 192694
HSL0.920.940.39
HSV332°97°75°
CMYK 0.000.970.51   0.25
XYZ23.823712.144911.6782
Yxy12.14490.50000.2549
Hunter Lab34.849561.03884.5264
CIE-Lab41.445567.64394.0195

#c0065e color RGB value is (192,6,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000110 01011110
Octal 300 6 136
Decimal 192 6 94
Hex C0 6 5E

RGB Percentages of Color #c0065e

%65.75
%2.05
%32.19

CMYK Percentages of Color #c0065e

%0
%97
%51
%25

Triadic Colors of #c0065e

#c0065e #5ec006 #065ec0

Analogous Colors of #c0065e

#c0065e #c00b06 #c006bb

Monochromatic Colors of #c0065e

#c0065e

Complementary Color

#c0065e #06c068

#c0065e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0065e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0065e Color CSS Codes

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

#c0065e Text Font Color

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

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


#c0065e Background Color

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

This div background color is #c0065e


#c0065e Border Color

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

This div border color is #c0065e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0065e


Comments

No comments written yet.

Please login to write comment.