Color Hex Logo

#c64ffd Color Hex

#C64FFD
(198,79,253)
0 Favorites   0 Comments

Color spaces of #c64ffd

RGB 19879253
HSL0.780.980.65
HSV281°69°99°
CMYK 0.220.690.00   0.01
XYZ43.814324.689695.3848
Yxy24.68960.26730.1506
Hunter Lab49.688670.4421-79.0340
CIE-Lab56.771772.5734-65.8997

#c64ffd color RGB value is (198,79,253).

#c64ffd hex color red value is 198, green value is 79 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c64ffd hue: 0.78 , saturation: 0.98 and the lightness value of c64ffd is 0.65.

The process color (four color CMYK) of #c64ffd color hex is 0.22, 0.69, 0.00, 0.01. Web safe color of #c64ffd is #cc66ff. Color #c64ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001111 11111101
Octal 306 117 375
Decimal 198 79 253
Hex C6 4F FD

RGB Percentages of Color #c64ffd

%37.36
%14.91
%47.74

CMYK Percentages of Color #c64ffd

%22
%69
%0
%1

Triadic Colors of #c64ffd

#c64ffd #fdc64f #4ffdc6

Analogous Colors of #c64ffd

#c64ffd #fd4fdd #6f4ffd

Monochromatic Colors of #c64ffd

#c64ffd

Complementary Color

#c64ffd #86fd4f

#c64ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64ffd Color CSS Codes

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

#c64ffd Text Font Color

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

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


#c64ffd Background Color

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

This div background color is #c64ffd


#c64ffd Border Color

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

This div border color is #c64ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.