Color Hex Logo

#c65061 Color Hex

#C65061
(198,80,97)
0 Favorites   0 Comments

Color spaces of #c65061

RGB 1988097
HSL0.980.510.55
HSV351°60°78°
CMYK 0.000.600.51   0.22
XYZ28.315018.606213.4082
Yxy18.60620.46930.3084
Hunter Lab43.134941.686511.7645
CIE-Lab50.223348.490514.6757

#c65061 color RGB value is (198,80,97).

#c65061 hex color red value is 198, green value is 80 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c65061 hue: 0.98 , saturation: 0.51 and the lightness value of c65061 is 0.55.

The process color (four color CMYK) of #c65061 color hex is 0.00, 0.60, 0.51, 0.22. Web safe color of #c65061 is #cc6666. Color #c65061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010000 01100001
Octal 306 120 141
Decimal 198 80 97
Hex C6 50 61

RGB Percentages of Color #c65061

%52.80
%21.33
%25.87

CMYK Percentages of Color #c65061

%0
%60
%51
%22

Triadic Colors of #c65061

#c65061 #61c650 #5061c6

Analogous Colors of #c65061

#c65061 #c67a50 #c6509c

Monochromatic Colors of #c65061

#c65061

Complementary Color

#c65061 #50c6b5

#c65061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65061 Color CSS Codes

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

#c65061 Text Font Color

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

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


#c65061 Background Color

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

This div background color is #c65061


#c65061 Border Color

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

This div border color is #c65061


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,80,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c65061; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c65061;
  -webkit-box-shadow: 1px 1px 3px 2px #c65061;
  box-shadow:         1px 1px 3px 2px #c65061; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,80,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65061


Comments

No comments written yet.

Please login to write comment.