Color Hex Logo

#c766df Color Hex

#C766DF
(199,102,223)
0 Favorites   0 Comments

Color spaces of #c766df

RGB 199102223
HSL0.800.650.64
HSV288°54°87°
CMYK 0.110.540.00   0.13
XYZ41.623826.972672.8244
Yxy26.97260.29430.1907
Hunter Lab51.935252.1736-46.7829
CIE-Lab58.949056.6417-45.6827

#c766df color RGB value is (199,102,223).

#c766df hex color red value is 199, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c766df hue: 0.80 , saturation: 0.65 and the lightness value of c766df is 0.64.

The process color (four color CMYK) of #c766df color hex is 0.11, 0.54, 0.00, 0.13. Web safe color of #c766df is #cc66cc. Color #c766df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100110 11011111
Octal 307 146 337
Decimal 199 102 223
Hex C7 66 DF

RGB Percentages of Color #c766df

%37.98
%19.47
%42.56

CMYK Percentages of Color #c766df

%11
%54
%0
%13

Triadic Colors of #c766df

#c766df #dfc766 #66dfc7

Analogous Colors of #c766df

#c766df #df66bb #8b66df

Monochromatic Colors of #c766df

#c766df

Complementary Color

#c766df #7edf66

#c766df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c766df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c766df Color CSS Codes

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

#c766df Text Font Color

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

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


#c766df Background Color

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

This div background color is #c766df


#c766df Border Color

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

This div border color is #c766df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c766df


Comments

No comments written yet.

Please login to write comment.