Color Hex Logo

#c67e9e Color Hex

#C67E9E
(198,126,158)
0 Favorites   0 Comments

Color spaces of #c67e9e

RGB 198126158
HSL0.930.390.64
HSV333°36°78°
CMYK 0.000.360.20   0.22
XYZ36.921129.396136.0758
Yxy29.39610.36060.2871
Hunter Lab54.218226.6718-1.4978
CIE-Lab61.129632.3676-5.4113

#c67e9e color RGB value is (198,126,158).

#c67e9e hex color red value is 198, green value is 126 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c67e9e hue: 0.93 , saturation: 0.39 and the lightness value of c67e9e is 0.64.

The process color (four color CMYK) of #c67e9e color hex is 0.00, 0.36, 0.20, 0.22. Web safe color of #c67e9e is #cc6699. Color #c67e9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 10011110
Octal 306 176 236
Decimal 198 126 158
Hex C6 7E 9E

RGB Percentages of Color #c67e9e

%41.08
%26.14
%32.78

CMYK Percentages of Color #c67e9e

%0
%36
%20
%22

Triadic Colors of #c67e9e

#c67e9e #9ec67e #7e9ec6

Analogous Colors of #c67e9e

#c67e9e #c6827e #c67ec2

Monochromatic Colors of #c67e9e

#c67e9e

Complementary Color

#c67e9e #7ec6a6

#c67e9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67e9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67e9e Color CSS Codes

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

#c67e9e Text Font Color

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

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


#c67e9e Background Color

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

This div background color is #c67e9e


#c67e9e Border Color

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

This div border color is #c67e9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67e9e


Comments

No comments written yet.

Please login to write comment.