Color Hex Logo

#c66282 Color Hex

#C66282
(198,98,130)
0 Favorites   0 Comments

Color spaces of #c66282

RGB 19898130
HSL0.950.470.58
HSV341°51°78°
CMYK 0.000.510.34   0.22
XYZ31.685622.352823.7636
Yxy22.35280.40730.2873
Hunter Lab47.278736.89063.2943
CIE-Lab54.399343.24710.9632

#c66282 color RGB value is (198,98,130).

#c66282 hex color red value is 198, green value is 98 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c66282 hue: 0.95 , saturation: 0.47 and the lightness value of c66282 is 0.58.

The process color (four color CMYK) of #c66282 color hex is 0.00, 0.51, 0.34, 0.22. Web safe color of #c66282 is #cc6699. Color #c66282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 10000010
Octal 306 142 202
Decimal 198 98 130
Hex C6 62 82

RGB Percentages of Color #c66282

%46.48
%23.00
%30.52

CMYK Percentages of Color #c66282

%0
%51
%34
%22

Triadic Colors of #c66282

#c66282 #82c662 #6282c6

Analogous Colors of #c66282

#c66282 #c67462 #c662b4

Monochromatic Colors of #c66282

#c66282

Complementary Color

#c66282 #62c6a6

#c66282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66282 Color CSS Codes

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

#c66282 Text Font Color

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

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


#c66282 Background Color

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

This div background color is #c66282


#c66282 Border Color

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

This div border color is #c66282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66282


Comments

No comments written yet.

Please login to write comment.