Color Hex Logo

#c64e9f Color Hex

#C64E9F
(198,78,159)
0 Favorites   0 Comments

Color spaces of #c64e9f

RGB 19878159
HSL0.890.510.54
HSV320°61°78°
CMYK 0.000.610.20   0.22
XYZ32.271119.957734.9522
Yxy19.95770.37020.2289
Hunter Lab44.674050.7631-15.1156
CIE-Lab51.789456.6195-20.0632

#c64e9f color RGB value is (198,78,159).

#c64e9f hex color red value is 198, green value is 78 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c64e9f hue: 0.89 , saturation: 0.51 and the lightness value of c64e9f is 0.54.

The process color (four color CMYK) of #c64e9f color hex is 0.00, 0.61, 0.20, 0.22. Web safe color of #c64e9f is #cc6699. Color #c64e9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001110 10011111
Octal 306 116 237
Decimal 198 78 159
Hex C6 4E 9F

RGB Percentages of Color #c64e9f

%45.52
%17.93
%36.55

CMYK Percentages of Color #c64e9f

%0
%61
%20
%22

Triadic Colors of #c64e9f

#c64e9f #9fc64e #4e9fc6

Analogous Colors of #c64e9f

#c64e9f #c64e63 #b14ec6

Monochromatic Colors of #c64e9f

#c64e9f

Complementary Color

#c64e9f #4ec675

#c64e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64e9f Color CSS Codes

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

#c64e9f Text Font Color

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

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


#c64e9f Background Color

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

This div background color is #c64e9f


#c64e9f Border Color

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

This div border color is #c64e9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64e9f


Comments

No comments written yet.

Please login to write comment.