Color Hex Logo

#c64bfc Color Hex

#C64BFC
(198,75,252)
0 Favorites   0 Comments

Color spaces of #c64bfc

RGB 19875252
HSL0.780.970.64
HSV282°70°99°
CMYK 0.210.700.00   0.01
XYZ43.375524.066294.4546
Yxy24.06620.26790.1487
Hunter Lab49.057371.9758-79.8164
CIE-Lab56.154073.9422-66.3406

#c64bfc color RGB value is (198,75,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001011 11111100
Octal 306 113 374
Decimal 198 75 252
Hex C6 4B FC

RGB Percentages of Color #c64bfc

%37.71
%14.29
%48.00

CMYK Percentages of Color #c64bfc

%21
%70
%0
%1

Triadic Colors of #c64bfc

#c64bfc #fcc64b #4bfcc6

Analogous Colors of #c64bfc

#c64bfc #fc4bda #6e4bfc

Monochromatic Colors of #c64bfc

#c64bfc

Complementary Color

#c64bfc #81fc4b

#c64bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64bfc Color CSS Codes

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

#c64bfc Text Font Color

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

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


#c64bfc Background Color

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

This div background color is #c64bfc


#c64bfc Border Color

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

This div border color is #c64bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.