Color Hex Logo

#c66b8b Color Hex

#C66B8B
(198,107,139)
0 Favorites   0 Comments

Color spaces of #c66b8b

RGB 198107139
HSL0.940.440.60
HSV339°46°78°
CMYK 0.000.460.30   0.22
XYZ33.206624.385227.3827
Yxy24.38520.39080.2870
Hunter Lab49.381433.61531.6898
CIE-Lab56.471439.7767-1.2908

#c66b8b color RGB value is (198,107,139).

#c66b8b hex color red value is 198, green value is 107 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c66b8b hue: 0.94 , saturation: 0.44 and the lightness value of c66b8b is 0.60.

The process color (four color CMYK) of #c66b8b color hex is 0.00, 0.46, 0.30, 0.22. Web safe color of #c66b8b is #cc6699. Color #c66b8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101011 10001011
Octal 306 153 213
Decimal 198 107 139
Hex C6 6B 8B

RGB Percentages of Color #c66b8b

%44.59
%24.10
%31.31

CMYK Percentages of Color #c66b8b

%0
%46
%30
%22

Triadic Colors of #c66b8b

#c66b8b #8bc66b #6b8bc6

Analogous Colors of #c66b8b

#c66b8b #c6796b #c66bb9

Monochromatic Colors of #c66b8b

#c66b8b

Complementary Color

#c66b8b #6bc6a6

#c66b8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66b8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66b8b Color CSS Codes

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

#c66b8b Text Font Color

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

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


#c66b8b Background Color

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

This div background color is #c66b8b


#c66b8b Border Color

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

This div border color is #c66b8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66b8b


Comments

No comments written yet.

Please login to write comment.