Color Hex Logo

#c64bfd Color Hex

#C64BFD
(198,75,253)
0 Favorites   0 Comments

Color spaces of #c64bfd

RGB 19875253
HSL0.780.980.64
HSV281°70°99°
CMYK 0.220.700.00   0.01
XYZ43.534424.129895.2915
Yxy24.12980.26720.1481
Hunter Lab49.122172.2318-80.6307
CIE-Lab56.217574.1380-66.7928

#c64bfd color RGB value is (198,75,253).

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

The process color (four color CMYK) of #c64bfd color hex is 0.22, 0.70, 0.00, 0.01. Web safe color of #c64bfd is #cc33ff. Color #c64bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001011 11111101
Octal 306 113 375
Decimal 198 75 253
Hex C6 4B FD

RGB Percentages of Color #c64bfd

%37.64
%14.26
%48.10

CMYK Percentages of Color #c64bfd

%22
%70
%0
%1

Triadic Colors of #c64bfd

#c64bfd #fdc64b #4bfdc6

Analogous Colors of #c64bfd

#c64bfd #fd4bdb #6d4bfd

Monochromatic Colors of #c64bfd

#c64bfd

Complementary Color

#c64bfd #82fd4b

#c64bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64bfd Color CSS Codes

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

#c64bfd Text Font Color

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

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


#c64bfd Background Color

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

This div background color is #c64bfd


#c64bfd Border Color

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

This div border color is #c64bfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,75,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 #c64bfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.