Color Hex Logo

#c66883 Color Hex

#C66883
(198,104,131)
0 Favorites   0 Comments

Color spaces of #c66883

RGB 198104131
HSL0.950.450.59
HSV343°47°78°
CMYK 0.000.470.34   0.22
XYZ32.335823.545124.3131
Yxy23.54510.40320.2936
Hunter Lab48.523334.03624.2584
CIE-Lab55.629440.30042.1629

#c66883 color RGB value is (198,104,131).

#c66883 hex color red value is 198, green value is 104 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c66883 hue: 0.95 , saturation: 0.45 and the lightness value of c66883 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 10000011
Octal 306 150 203
Decimal 198 104 131
Hex C6 68 83

RGB Percentages of Color #c66883

%45.73
%24.02
%30.25

CMYK Percentages of Color #c66883

%0
%47
%34
%22

Triadic Colors of #c66883

#c66883 #83c668 #6883c6

Analogous Colors of #c66883

#c66883 #c67c68 #c668b2

Monochromatic Colors of #c66883

#c66883

Complementary Color

#c66883 #68c6ab

#c66883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66883 Color CSS Codes

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

#c66883 Text Font Color

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

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


#c66883 Background Color

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

This div background color is #c66883


#c66883 Border Color

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

This div border color is #c66883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66883


Comments

No comments written yet.

Please login to write comment.