Color Hex Logo

#c690bd Color Hex

#C690BD
(198,144,189)
0 Favorites   0 Comments

Color spaces of #c690bd

RGB 198144189
HSL0.860.320.67
HSV310°27°78°
CMYK 0.000.270.05   0.22
XYZ42.447335.626452.7835
Yxy35.62640.32440.2723
Hunter Lab59.687922.4874-10.6502
CIE-Lab66.233527.7306-15.3302

#c690bd color RGB value is (198,144,189).

#c690bd hex color red value is 198, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c690bd hue: 0.86 , saturation: 0.32 and the lightness value of c690bd is 0.67.

The process color (four color CMYK) of #c690bd color hex is 0.00, 0.27, 0.05, 0.22. Web safe color of #c690bd is #cc99cc. Color #c690bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010000 10111101
Octal 306 220 275
Decimal 198 144 189
Hex C6 90 BD

RGB Percentages of Color #c690bd

%37.29
%27.12
%35.59

CMYK Percentages of Color #c690bd

%0
%27
%5
%22

Triadic Colors of #c690bd

#c690bd #bdc690 #90bdc6

Analogous Colors of #c690bd

#c690bd #c690a2 #b490c6

Monochromatic Colors of #c690bd

#c690bd

Complementary Color

#c690bd #90c699

#c690bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c690bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c690bd Color CSS Codes

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

#c690bd Text Font Color

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

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


#c690bd Background Color

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

This div background color is #c690bd


#c690bd Border Color

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

This div border color is #c690bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c690bd


Comments

No comments written yet.

Please login to write comment.