Color Hex Logo

#c681bd Color Hex

#C681BD
(198,129,189)
0 Favorites   0 Comments

Color spaces of #c681bd

RGB 198129189
HSL0.860.380.64
HSV308°35°78°
CMYK 0.000.350.05   0.22
XYZ40.324331.380452.0758
Yxy31.38040.32580.2535
Hunter Lab56.018230.4601-15.9046
CIE-Lab62.827535.9308-20.4973

#c681bd color RGB value is (198,129,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000001 10111101
Octal 306 201 275
Decimal 198 129 189
Hex C6 81 BD

RGB Percentages of Color #c681bd

%38.37
%25.00
%36.63

CMYK Percentages of Color #c681bd

%0
%35
%5
%22

Triadic Colors of #c681bd

#c681bd #bdc681 #81bdc6

Analogous Colors of #c681bd

#c681bd #c6819b #ad81c6

Monochromatic Colors of #c681bd

#c681bd

Complementary Color

#c681bd #81c68a

#c681bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c681bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c681bd Color CSS Codes

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

#c681bd Text Font Color

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

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


#c681bd Background Color

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

This div background color is #c681bd


#c681bd Border Color

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

This div border color is #c681bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c681bd


Comments

No comments written yet.

Please login to write comment.