Color Hex Logo

#c66bde Color Hex

#C66BDE
(198,107,222)
0 Favorites   0 Comments

Color spaces of #c66bde

RGB 198107222
HSL0.800.640.65
HSV287°52°87°
CMYK 0.110.520.00   0.13
XYZ41.731227.795172.2728
Yxy27.79510.29430.1960
Hunter Lab52.721149.0293-44.3731
CIE-Lab59.703253.7171-43.9396

#c66bde color RGB value is (198,107,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101011 11011110
Octal 306 153 336
Decimal 198 107 222
Hex C6 6B DE

RGB Percentages of Color #c66bde

%37.57
%20.30
%42.13

CMYK Percentages of Color #c66bde

%11
%52
%0
%13

Triadic Colors of #c66bde

#c66bde #dec66b #6bdec6

Analogous Colors of #c66bde

#c66bde #de6bbd #8d6bde

Monochromatic Colors of #c66bde

#c66bde

Complementary Color

#c66bde #83de6b

#c66bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66bde Color CSS Codes

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

#c66bde Text Font Color

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

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


#c66bde Background Color

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

This div background color is #c66bde


#c66bde Border Color

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

This div border color is #c66bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66bde


Comments

No comments written yet.

Please login to write comment.