Color Hex Logo

#c666bd Color Hex

#C666BD
(198,102,189)
0 Favorites   0 Comments

Color spaces of #c666bd

RGB 198102189
HSL0.850.460.59
HSV306°48°78°
CMYK 0.000.480.05   0.22
XYZ37.225425.182651.0429
Yxy25.18260.32810.2220
Hunter Lab50.182344.5930-25.1792
CIE-Lab57.252950.0771-29.0676

#c666bd color RGB value is (198,102,189).

#c666bd hex color red value is 198, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c666bd hue: 0.85 , saturation: 0.46 and the lightness value of c666bd is 0.59.

The process color (four color CMYK) of #c666bd color hex is 0.00, 0.48, 0.05, 0.22. Web safe color of #c666bd is #cc66cc. Color #c666bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100110 10111101
Octal 306 146 275
Decimal 198 102 189
Hex C6 66 BD

RGB Percentages of Color #c666bd

%40.49
%20.86
%38.65

CMYK Percentages of Color #c666bd

%0
%48
%5
%22

Triadic Colors of #c666bd

#c666bd #bdc666 #66bdc6

Analogous Colors of #c666bd

#c666bd #c6668d #9f66c6

Monochromatic Colors of #c666bd

#c666bd

Complementary Color

#c666bd #66c66f

#c666bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c666bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c666bd Color CSS Codes

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

#c666bd Text Font Color

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

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


#c666bd Background Color

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

This div background color is #c666bd


#c666bd Border Color

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

This div border color is #c666bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c666bd


Comments

No comments written yet.

Please login to write comment.