Color Hex Logo

#c64bff Color Hex

#C64BFF
(198,75,255)
0 Favorites   0 Comments

Color spaces of #c64bff

RGB 19875255
HSL0.781.000.65
HSV281°71°100°
CMYK 0.220.710.00   0.00
XYZ43.854824.257996.9786
Yxy24.25790.26560.1469
Hunter Lab49.252372.7468-82.2664
CIE-Lab56.345174.5314-67.6952

#c64bff color RGB value is (198,75,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001011 11111111
Octal 306 113 377
Decimal 198 75 255
Hex C6 4B FF

RGB Percentages of Color #c64bff

%37.50
%14.20
%48.30

CMYK Percentages of Color #c64bff

%22
%71
%0
%0

Triadic Colors of #c64bff

#c64bff #ffc64b #4bffc6

Analogous Colors of #c64bff

#c64bff #ff4bde #6c4bff

Monochromatic Colors of #c64bff

#c64bff

Complementary Color

#c64bff #84ff4b

#c64bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64bff Color CSS Codes

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

#c64bff Text Font Color

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

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


#c64bff Background Color

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

This div background color is #c64bff


#c64bff Border Color

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

This div border color is #c64bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64bff

Related Colors


Comments

No comments written yet.

Please login to write comment.