Color Hex Logo

#c64462 Color Hex

#C64462
(198,68,98)
0 Favorites   0 Comments

Color spaces of #c64462

RGB 1986898
HSL0.960.530.52
HSV346°66°78°
CMYK 0.000.660.51   0.22
XYZ27.560417.021913.3882
Yxy17.02190.47540.2936
Hunter Lab41.257647.03869.6406
CIE-Lab48.287653.840611.3878

#c64462 color RGB value is (198,68,98).

#c64462 hex color red value is 198, green value is 68 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #c64462 hue: 0.96 , saturation: 0.53 and the lightness value of c64462 is 0.52.

The process color (four color CMYK) of #c64462 color hex is 0.00, 0.66, 0.51, 0.22. Web safe color of #c64462 is #cc3366. Color #c64462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000100 01100010
Octal 306 104 142
Decimal 198 68 98
Hex C6 44 62

RGB Percentages of Color #c64462

%54.40
%18.68
%26.92

CMYK Percentages of Color #c64462

%0
%66
%51
%22

Triadic Colors of #c64462

#c64462 #62c644 #4462c6

Analogous Colors of #c64462

#c64462 #c66744 #c644a3

Monochromatic Colors of #c64462

#c64462

Complementary Color

#c64462 #44c6a8

#c64462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64462 Color CSS Codes

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

#c64462 Text Font Color

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

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


#c64462 Background Color

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

This div background color is #c64462


#c64462 Border Color

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

This div border color is #c64462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64462


Comments

No comments written yet.

Please login to write comment.