Color Hex Logo

#c66983 Color Hex

#C66983
(198,105,131)
0 Favorites   0 Comments

Color spaces of #c66983

RGB 198105131
HSL0.950.450.59
HSV343°47°78°
CMYK 0.000.470.34   0.22
XYZ32.437023.747624.3469
Yxy23.74760.40280.2949
Hunter Lab48.731533.53424.4900
CIE-Lab55.834239.78152.4597

#c66983 color RGB value is (198,105,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101001 10000011
Octal 306 151 203
Decimal 198 105 131
Hex C6 69 83

RGB Percentages of Color #c66983

%45.62
%24.19
%30.18

CMYK Percentages of Color #c66983

%0
%47
%34
%22

Triadic Colors of #c66983

#c66983 #83c669 #6983c6

Analogous Colors of #c66983

#c66983 #c67e69 #c669b2

Monochromatic Colors of #c66983

#c66983

Complementary Color

#c66983 #69c6ac

#c66983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66983 Color CSS Codes

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

#c66983 Text Font Color

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

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


#c66983 Background Color

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

This div background color is #c66983


#c66983 Border Color

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

This div border color is #c66983


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,105,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 #c66983">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66983


Comments

No comments written yet.

Please login to write comment.