Color Hex Logo

#c650bd Color Hex

#C650BD
(198,80,189)
0 Favorites   0 Comments

Color spaces of #c650bd

RGB 19880189
HSL0.850.510.55
HSV305°60°78°
CMYK 0.000.600.05   0.22
XYZ35.342721.417250.4153
Yxy21.41720.32980.1998
Hunter Lab46.278755.3313-32.1945
CIE-Lab53.403160.3969-35.0658

#c650bd color RGB value is (198,80,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010000 10111101
Octal 306 120 275
Decimal 198 80 189
Hex C6 50 BD

RGB Percentages of Color #c650bd

%42.40
%17.13
%40.47

CMYK Percentages of Color #c650bd

%0
%60
%5
%22

Triadic Colors of #c650bd

#c650bd #bdc650 #50bdc6

Analogous Colors of #c650bd

#c650bd #c65082 #9450c6

Monochromatic Colors of #c650bd

#c650bd

Complementary Color

#c650bd #50c659

#c650bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c650bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c650bd Color CSS Codes

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

#c650bd Text Font Color

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

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


#c650bd Background Color

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

This div background color is #c650bd


#c650bd Border Color

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

This div border color is #c650bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c650bd


Comments

No comments written yet.

Please login to write comment.