Color Hex Logo

#c76bfe Color Hex

#C76BFE
(199,107,254)
0 Favorites   0 Comments

Color spaces of #c76bfe

RGB 199107254
HSL0.770.990.71
HSV278°58°100°
CMYK 0.220.580.00   0.00
XYZ46.700329.813397.0591
Yxy29.81330.26910.1718
Hunter Lab54.601657.1170-67.1721
CIE-Lab61.492860.5248-58.8731

#c76bfe color RGB value is (199,107,254).

#c76bfe hex color red value is 199, green value is 107 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c76bfe hue: 0.77 , saturation: 0.99 and the lightness value of c76bfe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101011 11111110
Octal 307 153 376
Decimal 199 107 254
Hex C7 6B FE

RGB Percentages of Color #c76bfe

%35.54
%19.11
%45.36

CMYK Percentages of Color #c76bfe

%22
%58
%0
%0

Triadic Colors of #c76bfe

#c76bfe #fec76b #6bfec7

Analogous Colors of #c76bfe

#c76bfe #fe6bec #7e6bfe

Monochromatic Colors of #c76bfe

#c76bfe

Complementary Color

#c76bfe #a2fe6b

#c76bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76bfe Color CSS Codes

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

#c76bfe Text Font Color

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

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


#c76bfe Background Color

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

This div background color is #c76bfe


#c76bfe Border Color

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

This div border color is #c76bfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,107,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76bfe


Comments

No comments written yet.

Please login to write comment.