Color Hex Logo

#c76cfb Color Hex

#C76CFB
(199,108,251)
0 Favorites   0 Comments

Color spaces of #c76cfb

RGB 199108251
HSL0.770.950.70
HSV278°57°98°
CMYK 0.210.570.00   0.02
XYZ46.328329.832394.5832
Yxy29.83230.27130.1747
Hunter Lab54.619055.8222-64.4387
CIE-Lab61.509359.4035-57.1939

#c76cfb color RGB value is (199,108,251).

#c76cfb hex color red value is 199, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c76cfb hue: 0.77 , saturation: 0.95 and the lightness value of c76cfb is 0.70.

The process color (four color CMYK) of #c76cfb color hex is 0.21, 0.57, 0.00, 0.02. Web safe color of #c76cfb is #cc66ff. Color #c76cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101100 11111011
Octal 307 154 373
Decimal 199 108 251
Hex C7 6C FB

RGB Percentages of Color #c76cfb

%35.66
%19.35
%44.98

CMYK Percentages of Color #c76cfb

%21
%57
%0
%2

Triadic Colors of #c76cfb

#c76cfb #fbc76c #6cfbc7

Analogous Colors of #c76cfb

#c76cfb #fb6ce8 #806cfb

Monochromatic Colors of #c76cfb

#c76cfb

Complementary Color

#c76cfb #a0fb6c

#c76cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76cfb Color CSS Codes

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

#c76cfb Text Font Color

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

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


#c76cfb Background Color

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

This div background color is #c76cfb


#c76cfb Border Color

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

This div border color is #c76cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76cfb


Comments

No comments written yet.

Please login to write comment.