Color Hex Logo

#c266de Color Hex

#C266DE
(194,102,222)
0 Favorites   0 Comments

Color spaces of #c266de

RGB 194102222
HSL0.790.650.64
HSV286°54°87°
CMYK 0.130.540.00   0.13
XYZ40.184326.246072.0553
Yxy26.24600.29020.1895
Hunter Lab51.230950.3573-47.5288
CIE-Lab58.269855.1405-46.2357

#c266de color RGB value is (194,102,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100110 11011110
Octal 302 146 336
Decimal 194 102 222
Hex C2 66 DE

RGB Percentages of Color #c266de

%37.45
%19.69
%42.86

CMYK Percentages of Color #c266de

%13
%54
%0
%13

Triadic Colors of #c266de

#c266de #dec266 #66dec2

Analogous Colors of #c266de

#c266de #de66be #8666de

Monochromatic Colors of #c266de

#c266de

Complementary Color

#c266de #82de66

#c266de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c266de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c266de Color CSS Codes

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

#c266de Text Font Color

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

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


#c266de Background Color

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

This div background color is #c266de


#c266de Border Color

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

This div border color is #c266de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c266de


Comments

No comments written yet.

Please login to write comment.