Color Hex Logo

#c64fbd Color Hex

#C64FBD
(198,79,189)
0 Favorites   0 Comments

Color spaces of #c64fbd

RGB 19879189
HSL0.850.510.54
HSV305°60°78°
CMYK 0.000.600.05   0.22
XYZ35.270021.271950.3911
Yxy21.27190.32980.1989
Hunter Lab46.121555.7899-32.4937
CIE-Lab53.245860.8282-35.3122

#c64fbd color RGB value is (198,79,189).

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

The process color (four color CMYK) of #c64fbd color hex is 0.00, 0.60, 0.05, 0.22. Web safe color of #c64fbd is #cc66cc. Color #c64fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001111 10111101
Octal 306 117 275
Decimal 198 79 189
Hex C6 4F BD

RGB Percentages of Color #c64fbd

%42.49
%16.95
%40.56

CMYK Percentages of Color #c64fbd

%0
%60
%5
%22

Triadic Colors of #c64fbd

#c64fbd #bdc64f #4fbdc6

Analogous Colors of #c64fbd

#c64fbd #c64f82 #944fc6

Monochromatic Colors of #c64fbd

#c64fbd

Complementary Color

#c64fbd #4fc658

#c64fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64fbd Color CSS Codes

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

#c64fbd Text Font Color

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

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


#c64fbd Background Color

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

This div background color is #c64fbd


#c64fbd Border Color

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

This div border color is #c64fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64fbd


Comments

No comments written yet.

Please login to write comment.