Color Hex Logo

#c682bf Color Hex

#C682BF
(198,130,191)
0 Favorites   0 Comments

Color spaces of #c682bf

RGB 198130191
HSL0.850.370.64
HSV306°34°78°
CMYK 0.000.340.04   0.22
XYZ40.675331.732653.2714
Yxy31.73260.32360.2525
Hunter Lab56.331730.3086-16.6368
CIE-Lab63.121335.7513-21.1786

#c682bf color RGB value is (198,130,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 10111111
Octal 306 202 277
Decimal 198 130 191
Hex C6 82 BF

RGB Percentages of Color #c682bf

%38.15
%25.05
%36.80

CMYK Percentages of Color #c682bf

%0
%34
%4
%22

Triadic Colors of #c682bf

#c682bf #bfc682 #82bfc6

Analogous Colors of #c682bf

#c682bf #c6829d #ab82c6

Monochromatic Colors of #c682bf

#c682bf

Complementary Color

#c682bf #82c689

#c682bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c682bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c682bf Color CSS Codes

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

#c682bf Text Font Color

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

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


#c682bf Background Color

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

This div background color is #c682bf


#c682bf Border Color

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

This div border color is #c682bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c682bf


Comments

No comments written yet.

Please login to write comment.