Color Hex Logo

#c64277 Color Hex

#C64277
(198,66,119)
0 Favorites   0 Comments

Color spaces of #c64277

RGB 19866119
HSL0.930.540.52
HSV336°67°78°
CMYK 0.000.670.40   0.22
XYZ28.566717.234119.2736
Yxy17.23410.43900.2648
Hunter Lab41.514050.18041.5333
CIE-Lab48.553756.6736-0.9966

#c64277 color RGB value is (198,66,119).

#c64277 hex color red value is 198, green value is 66 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #c64277 hue: 0.93 , saturation: 0.54 and the lightness value of c64277 is 0.52.

The process color (four color CMYK) of #c64277 color hex is 0.00, 0.67, 0.40, 0.22. Web safe color of #c64277 is #cc3366. Color #c64277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000010 01110111
Octal 306 102 167
Decimal 198 66 119
Hex C6 42 77

RGB Percentages of Color #c64277

%51.70
%17.23
%31.07

CMYK Percentages of Color #c64277

%0
%67
%40
%22

Triadic Colors of #c64277

#c64277 #77c642 #4277c6

Analogous Colors of #c64277

#c64277 #c64f42 #c642b9

Monochromatic Colors of #c64277

#c64277

Complementary Color

#c64277 #42c691

#c64277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64277 Color CSS Codes

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

#c64277 Text Font Color

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

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


#c64277 Background Color

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

This div background color is #c64277


#c64277 Border Color

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

This div border color is #c64277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64277


Comments

No comments written yet.

Please login to write comment.