Color Hex Logo

#c66bda Color Hex

#C66BDA
(198,107,218)
0 Favorites   0 Comments

Color spaces of #c66bda

RGB 198107218
HSL0.800.600.64
HSV289°51°85°
CMYK 0.090.510.00   0.15
XYZ41.201327.583169.4822
Yxy27.58310.29800.1995
Hunter Lab52.519648.1228-41.6755
CIE-Lab59.510252.9334-41.9973

#c66bda color RGB value is (198,107,218).

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

The process color (four color CMYK) of #c66bda color hex is 0.09, 0.51, 0.00, 0.15. Web safe color of #c66bda is #cc66cc. Color #c66bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101011 11011010
Octal 306 153 332
Decimal 198 107 218
Hex C6 6B DA

RGB Percentages of Color #c66bda

%37.86
%20.46
%41.68

CMYK Percentages of Color #c66bda

%9
%51
%0
%15

Triadic Colors of #c66bda

#c66bda #dac66b #6bdac6

Analogous Colors of #c66bda

#c66bda #da6bb7 #8f6bda

Monochromatic Colors of #c66bda

#c66bda

Complementary Color

#c66bda #7fda6b

#c66bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66bda Color CSS Codes

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

#c66bda Text Font Color

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

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


#c66bda Background Color

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

This div background color is #c66bda


#c66bda Border Color

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

This div border color is #c66bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66bda


Comments

No comments written yet.

Please login to write comment.