Color Hex Logo

#c764fc Color Hex

#C764FC
(199,100,252)
0 Favorites   0 Comments

Color spaces of #c764fc

RGB 199100252
HSL0.780.960.69
HSV279°60°99°
CMYK 0.210.600.00   0.01
XYZ45.681028.284795.1473
Yxy28.28470.27010.1673
Hunter Lab53.183460.2488-68.8440
CIE-Lab60.145163.4423-59.9246

#c764fc color RGB value is (199,100,252).

#c764fc hex color red value is 199, green value is 100 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c764fc hue: 0.78 , saturation: 0.96 and the lightness value of c764fc is 0.69.

The process color (four color CMYK) of #c764fc color hex is 0.21, 0.60, 0.00, 0.01. Web safe color of #c764fc is #cc66ff. Color #c764fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100100 11111100
Octal 307 144 374
Decimal 199 100 252
Hex C7 64 FC

RGB Percentages of Color #c764fc

%36.12
%18.15
%45.74

CMYK Percentages of Color #c764fc

%21
%60
%0
%1

Triadic Colors of #c764fc

#c764fc #fcc764 #64fcc7

Analogous Colors of #c764fc

#c764fc #fc64e5 #7b64fc

Monochromatic Colors of #c764fc

#c764fc

Complementary Color

#c764fc #99fc64

#c764fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c764fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c764fc Color CSS Codes

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

#c764fc Text Font Color

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

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


#c764fc Background Color

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

This div background color is #c764fc


#c764fc Border Color

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

This div border color is #c764fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c764fc


Comments

No comments written yet.

Please login to write comment.