Color Hex Logo

#c682bb Color Hex

#C682BB
(198,130,187)
0 Favorites   0 Comments

Color spaces of #c682bb

RGB 198130187
HSL0.860.370.64
HSV310°34°78°
CMYK 0.000.340.06   0.22
XYZ40.241031.558950.9843
Yxy31.55890.32770.2570
Hunter Lab56.177329.5531-14.4851
CIE-Lab62.976635.0289-19.1396

#c682bb color RGB value is (198,130,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 10111011
Octal 306 202 273
Decimal 198 130 187
Hex C6 82 BB

RGB Percentages of Color #c682bb

%38.45
%25.24
%36.31

CMYK Percentages of Color #c682bb

%0
%34
%6
%22

Triadic Colors of #c682bb

#c682bb #bbc682 #82bbc6

Analogous Colors of #c682bb

#c682bb #c68299 #af82c6

Monochromatic Colors of #c682bb

#c682bb

Complementary Color

#c682bb #82c68d

#c682bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c682bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c682bb Color CSS Codes

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

#c682bb Text Font Color

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

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


#c682bb Background Color

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

This div background color is #c682bb


#c682bb Border Color

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

This div border color is #c682bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c682bb


Comments

No comments written yet.

Please login to write comment.