Color Hex Logo

#c64687 Color Hex

#C64687
(198,70,135)
0 Favorites   0 Comments

Color spaces of #c64687

RGB 19870135
HSL0.920.530.53
HSV330°65°78°
CMYK 0.000.650.32   0.22
XYZ29.852018.135424.8488
Yxy18.13540.40990.2490
Hunter Lab42.585750.6012-4.7858
CIE-Lab49.659956.8548-9.0140

#c64687 color RGB value is (198,70,135).

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

The process color (four color CMYK) of #c64687 color hex is 0.00, 0.65, 0.32, 0.22. Web safe color of #c64687 is #cc3399. Color #c64687 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000110 10000111
Octal 306 106 207
Decimal 198 70 135
Hex C6 46 87

RGB Percentages of Color #c64687

%49.13
%17.37
%33.50

CMYK Percentages of Color #c64687

%0
%65
%32
%22

Triadic Colors of #c64687

#c64687 #87c646 #4687c6

Analogous Colors of #c64687

#c64687 #c64647 #c546c6

Monochromatic Colors of #c64687

#c64687

Complementary Color

#c64687 #46c685

#c64687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64687 Color CSS Codes

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

#c64687 Text Font Color

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

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


#c64687 Background Color

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

This div background color is #c64687


#c64687 Border Color

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

This div border color is #c64687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64687


Comments

No comments written yet.

Please login to write comment.