Color Hex Logo

#c67687 Color Hex

#C67687
(198,118,135)
0 Favorites   0 Comments

Color spaces of #c67687

RGB 198118135
HSL0.960.410.62
HSV347°40°78°
CMYK 0.000.400.32   0.22
XYZ34.140326.711926.2782
Yxy26.71190.39180.3066
Hunter Lab51.683627.46456.0328
CIE-Lab58.706733.41204.2839

#c67687 color RGB value is (198,118,135).

#c67687 hex color red value is 198, green value is 118 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c67687 hue: 0.96 , saturation: 0.41 and the lightness value of c67687 is 0.62.

The process color (four color CMYK) of #c67687 color hex is 0.00, 0.40, 0.32, 0.22. Web safe color of #c67687 is #cc6699. Color #c67687 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110110 10000111
Octal 306 166 207
Decimal 198 118 135
Hex C6 76 87

RGB Percentages of Color #c67687

%43.90
%26.16
%29.93

CMYK Percentages of Color #c67687

%0
%40
%32
%22

Triadic Colors of #c67687

#c67687 #87c676 #7687c6

Analogous Colors of #c67687

#c67687 #c68d76 #c676af

Monochromatic Colors of #c67687

#c67687

Complementary Color

#c67687 #76c6b5

#c67687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67687 Color CSS Codes

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

#c67687 Text Font Color

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

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


#c67687 Background Color

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

This div background color is #c67687


#c67687 Border Color

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

This div border color is #c67687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67687


Comments

No comments written yet.

Please login to write comment.