Color Hex Logo

#c682cc Color Hex

#C682CC
(198,130,204)
0 Favorites   0 Comments

Color spaces of #c682cc

RGB 198130204
HSL0.820.420.65
HSV295°36°80°
CMYK 0.030.360.00   0.20
XYZ42.170432.330761.1446
Yxy32.33070.31090.2383
Hunter Lab56.860132.8797-23.9555
CIE-Lab63.615338.1831-27.7369

#c682cc color RGB value is (198,130,204).

#c682cc hex color red value is 198, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c682cc hue: 0.82 , saturation: 0.42 and the lightness value of c682cc is 0.65.

The process color (four color CMYK) of #c682cc color hex is 0.03, 0.36, 0.00, 0.20. Web safe color of #c682cc is #cc99cc. Color #c682cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 11001100
Octal 306 202 314
Decimal 198 130 204
Hex C6 82 CC

RGB Percentages of Color #c682cc

%37.22
%24.44
%38.35

CMYK Percentages of Color #c682cc

%3
%36
%0
%20

Triadic Colors of #c682cc

#c682cc #ccc682 #82ccc6

Analogous Colors of #c682cc

#c682cc #cc82ad #a182cc

Monochromatic Colors of #c682cc

#c682cc

Complementary Color

#c682cc #88cc82

#c682cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c682cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c682cc Color CSS Codes

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

#c682cc Text Font Color

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

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


#c682cc Background Color

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

This div background color is #c682cc


#c682cc Border Color

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

This div border color is #c682cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c682cc


Comments

No comments written yet.

Please login to write comment.