Color Hex Logo

#c66be2 Color Hex

#C66BE2
(198,107,226)
0 Favorites   0 Comments

Color spaces of #c66be2

RGB 198107226
HSL0.790.670.65
HSV286°53°89°
CMYK 0.120.530.00   0.11
XYZ42.273928.012175.1303
Yxy28.01210.29070.1926
Hunter Lab52.926549.9518-47.1150
CIE-Lab59.899754.5104-45.8704

#c66be2 color RGB value is (198,107,226).

#c66be2 hex color red value is 198, green value is 107 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #c66be2 hue: 0.79 , saturation: 0.67 and the lightness value of c66be2 is 0.65.

The process color (four color CMYK) of #c66be2 color hex is 0.12, 0.53, 0.00, 0.11. Web safe color of #c66be2 is #cc66cc. Color #c66be2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101011 11100010
Octal 306 153 342
Decimal 198 107 226
Hex C6 6B E2

RGB Percentages of Color #c66be2

%37.29
%20.15
%42.56

CMYK Percentages of Color #c66be2

%12
%53
%0
%11

Triadic Colors of #c66be2

#c66be2 #e2c66b #6be2c6

Analogous Colors of #c66be2

#c66be2 #e26bc3 #8b6be2

Monochromatic Colors of #c66be2

#c66be2

Complementary Color

#c66be2 #87e26b

#c66be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66be2 Color CSS Codes

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

#c66be2 Text Font Color

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

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


#c66be2 Background Color

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

This div background color is #c66be2


#c66be2 Border Color

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

This div border color is #c66be2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66be2


Comments

No comments written yet.

Please login to write comment.