Color Hex Logo

#c682bd Color Hex

#C682BD
(198,130,189)
0 Favorites   0 Comments

Color spaces of #c682bd

RGB 198130189
HSL0.860.370.64
HSV308°34°78°
CMYK 0.000.340.05   0.22
XYZ40.456631.645252.1199
Yxy31.64520.32570.2547
Hunter Lab56.254129.9284-15.5549
CIE-Lab63.048635.3882-20.1602

#c682bd color RGB value is (198,130,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 10111101
Octal 306 202 275
Decimal 198 130 189
Hex C6 82 BD

RGB Percentages of Color #c682bd

%38.30
%25.15
%36.56

CMYK Percentages of Color #c682bd

%0
%34
%5
%22

Triadic Colors of #c682bd

#c682bd #bdc682 #82bdc6

Analogous Colors of #c682bd

#c682bd #c6829b #ad82c6

Monochromatic Colors of #c682bd

#c682bd

Complementary Color

#c682bd #82c68b

#c682bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c682bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c682bd Color CSS Codes

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

#c682bd Text Font Color

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

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


#c682bd Background Color

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

This div background color is #c682bd


#c682bd Border Color

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

This div border color is #c682bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c682bd


Comments

No comments written yet.

Please login to write comment.