Color Hex Logo

#c766de Color Hex

#C766DE
(199,102,222)
0 Favorites   0 Comments

Color spaces of #c766de

RGB 199102222
HSL0.800.650.64
HSV289°54°87°
CMYK 0.100.540.00   0.13
XYZ41.489426.918872.1164
Yxy26.91880.29520.1916
Hunter Lab51.883351.9448-46.0931
CIE-Lab58.899156.4475-45.2000

#c766de color RGB value is (199,102,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100110 11011110
Octal 307 146 336
Decimal 199 102 222
Hex C7 66 DE

RGB Percentages of Color #c766de

%38.05
%19.50
%42.45

CMYK Percentages of Color #c766de

%10
%54
%0
%13

Triadic Colors of #c766de

#c766de #dec766 #66dec7

Analogous Colors of #c766de

#c766de #de66b9 #8b66de

Monochromatic Colors of #c766de

#c766de

Complementary Color

#c766de #7dde66

#c766de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c766de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c766de Color CSS Codes

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

#c766de Text Font Color

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

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


#c766de Background Color

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

This div background color is #c766de


#c766de Border Color

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

This div border color is #c766de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c766de


Comments

No comments written yet.

Please login to write comment.