Color Hex Logo

#c64686 Color Hex

#C64686
(198,70,134)
0 Favorites   0 Comments

Color spaces of #c64686

RGB 19870134
HSL0.920.530.53
HSV330°65°78°
CMYK 0.000.650.32   0.22
XYZ29.781918.107324.4796
Yxy18.10730.41150.2502
Hunter Lab42.552750.4620-4.3213
CIE-Lab49.626056.7348-8.4642

#c64686 color RGB value is (198,70,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000110 10000110
Octal 306 106 206
Decimal 198 70 134
Hex C6 46 86

RGB Percentages of Color #c64686

%49.25
%17.41
%33.33

CMYK Percentages of Color #c64686

%0
%65
%32
%22

Triadic Colors of #c64686

#c64686 #86c646 #4686c6

Analogous Colors of #c64686

#c64686 #c64646 #c646c6

Monochromatic Colors of #c64686

#c64686

Complementary Color

#c64686 #46c686

#c64686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64686 Color CSS Codes

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

#c64686 Text Font Color

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

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


#c64686 Background Color

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

This div background color is #c64686


#c64686 Border Color

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

This div border color is #c64686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64686


Comments

No comments written yet.

Please login to write comment.