Color Hex Logo

#c64487 Color Hex

#C64487
(198,68,135)
0 Favorites   0 Comments

Color spaces of #c64487

RGB 19868135
HSL0.910.530.52
HSV329°66°78°
CMYK 0.000.660.32   0.22
XYZ29.729017.889324.8078
Yxy17.88930.41050.2470
Hunter Lab42.295751.4472-5.1685
CIE-Lab49.361657.6734-9.4612

#c64487 color RGB value is (198,68,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000100 10000111
Octal 306 104 207
Decimal 198 68 135
Hex C6 44 87

RGB Percentages of Color #c64487

%49.38
%16.96
%33.67

CMYK Percentages of Color #c64487

%0
%66
%32
%22

Triadic Colors of #c64487

#c64487 #87c644 #4487c6

Analogous Colors of #c64487

#c64487 #c64446 #c444c6

Monochromatic Colors of #c64487

#c64487

Complementary Color

#c64487 #44c683

#c64487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64487 Color CSS Codes

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

#c64487 Text Font Color

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

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


#c64487 Background Color

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

This div background color is #c64487


#c64487 Border Color

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

This div border color is #c64487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64487


Comments

No comments written yet.

Please login to write comment.