Color Hex Logo

#c6465e Color Hex

#C6465E
(198,70,94)
0 Favorites   0 Comments

Color spaces of #c6465e

RGB 1987094
HSL0.970.530.53
HSV349°65°78°
CMYK 0.000.650.53   0.22
XYZ27.499217.194212.4591
Yxy17.19420.48120.3008
Hunter Lab41.465945.811711.2115
CIE-Lab48.503852.663614.1165

#c6465e color RGB value is (198,70,94).

#c6465e hex color red value is 198, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c6465e hue: 0.97 , saturation: 0.53 and the lightness value of c6465e is 0.53.

The process color (four color CMYK) of #c6465e color hex is 0.00, 0.65, 0.53, 0.22. Web safe color of #c6465e is #cc3366. Color #c6465e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000110 01011110
Octal 306 106 136
Decimal 198 70 94
Hex C6 46 5E

RGB Percentages of Color #c6465e

%54.70
%19.34
%25.97

CMYK Percentages of Color #c6465e

%0
%65
%53
%22

Triadic Colors of #c6465e

#c6465e #5ec646 #465ec6

Analogous Colors of #c6465e

#c6465e #c66e46 #c6469e

Monochromatic Colors of #c6465e

#c6465e

Complementary Color

#c6465e #46c6ae

#c6465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6465e Color CSS Codes

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

#c6465e Text Font Color

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

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


#c6465e Background Color

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

This div background color is #c6465e


#c6465e Border Color

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

This div border color is #c6465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6465e


Comments

No comments written yet.

Please login to write comment.