Color Hex Logo

#c64185 Color Hex

#C64185
(198,65,133)
0 Favorites   0 Comments

Color spaces of #c64185

RGB 19865133
HSL0.910.540.52
HSV329°67°78°
CMYK 0.000.670.33   0.22
XYZ29.412617.479824.0140
Yxy17.47980.41480.2465
Hunter Lab41.808952.4096-4.7886
CIE-Lab48.859058.6313-9.0107

#c64185 color RGB value is (198,65,133).

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

The process color (four color CMYK) of #c64185 color hex is 0.00, 0.67, 0.33, 0.22. Web safe color of #c64185 is #cc3399. Color #c64185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000001 10000101
Octal 306 101 205
Decimal 198 65 133
Hex C6 41 85

RGB Percentages of Color #c64185

%50.00
%16.41
%33.59

CMYK Percentages of Color #c64185

%0
%67
%33
%22

Triadic Colors of #c64185

#c64185 #85c641 #4185c6

Analogous Colors of #c64185

#c64185 #c64142 #c541c6

Monochromatic Colors of #c64185

#c64185

Complementary Color

#c64185 #41c682

#c64185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64185 Color CSS Codes

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

#c64185 Text Font Color

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

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


#c64185 Background Color

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

This div background color is #c64185


#c64185 Border Color

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

This div border color is #c64185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64185


Comments

No comments written yet.

Please login to write comment.