Color Hex Logo

#c64682 Color Hex

#C64682
(198,70,130)
0 Favorites   0 Comments

Color spaces of #c64682

RGB 19870130
HSL0.920.530.53
HSV332°65°78°
CMYK 0.000.650.34   0.22
XYZ29.508117.997823.0378
Yxy17.99780.41830.2551
Hunter Lab42.423849.9149-2.5001
CIE-Lab49.493456.2622-6.2567

#c64682 color RGB value is (198,70,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000110 10000010
Octal 306 106 202
Decimal 198 70 130
Hex C6 46 82

RGB Percentages of Color #c64682

%49.75
%17.59
%32.66

CMYK Percentages of Color #c64682

%0
%65
%34
%22

Triadic Colors of #c64682

#c64682 #82c646 #4682c6

Analogous Colors of #c64682

#c64682 #c64a46 #c646c2

Monochromatic Colors of #c64682

#c64682

Complementary Color

#c64682 #46c68a

#c64682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64682 Color CSS Codes

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

#c64682 Text Font Color

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

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


#c64682 Background Color

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

This div background color is #c64682


#c64682 Border Color

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

This div border color is #c64682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64682


Comments

No comments written yet.

Please login to write comment.