Color Hex Logo

#c64fcd Color Hex

#C64FCD
(198,79,205)
0 Favorites   0 Comments

Color spaces of #c64fcd

RGB 19879205
HSL0.820.560.56
HSV297°61°80°
CMYK 0.030.610.00   0.20
XYZ37.104122.005560.0495
Yxy22.00550.31140.1847
Hunter Lab46.910059.0944-43.0601
CIE-Lab54.032863.5590-43.2673

#c64fcd color RGB value is (198,79,205).

#c64fcd hex color red value is 198, green value is 79 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c64fcd hue: 0.82 , saturation: 0.56 and the lightness value of c64fcd is 0.56.

The process color (four color CMYK) of #c64fcd color hex is 0.03, 0.61, 0.00, 0.20. Web safe color of #c64fcd is #cc66cc. Color #c64fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001111 11001101
Octal 306 117 315
Decimal 198 79 205
Hex C6 4F CD

RGB Percentages of Color #c64fcd

%41.08
%16.39
%42.53

CMYK Percentages of Color #c64fcd

%3
%61
%0
%20

Triadic Colors of #c64fcd

#c64fcd #cdc64f #4fcdc6

Analogous Colors of #c64fcd

#c64fcd #cd4f95 #874fcd

Monochromatic Colors of #c64fcd

#c64fcd

Complementary Color

#c64fcd #56cd4f

#c64fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64fcd Color CSS Codes

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

#c64fcd Text Font Color

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

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


#c64fcd Background Color

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

This div background color is #c64fcd


#c64fcd Border Color

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

This div border color is #c64fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64fcd

#c64fcd Color Palettes


Comments

No comments written yet.

Please login to write comment.