Color Hex Logo

#c67991 Color Hex

#C67991
(198,121,145)
0 Favorites   0 Comments

Color spaces of #c67991

RGB 198121145
HSL0.950.400.63
HSV341°39°78°
CMYK 0.000.390.27   0.22
XYZ35.236927.724830.2823
Yxy27.72480.37790.2973
Hunter Lab52.654327.30922.7595
CIE-Lab59.639333.1576-0.1362

#c67991 color RGB value is (198,121,145).

#c67991 hex color red value is 198, green value is 121 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c67991 hue: 0.95 , saturation: 0.40 and the lightness value of c67991 is 0.63.

The process color (four color CMYK) of #c67991 color hex is 0.00, 0.39, 0.27, 0.22. Web safe color of #c67991 is #cc6699. Color #c67991 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111001 10010001
Octal 306 171 221
Decimal 198 121 145
Hex C6 79 91

RGB Percentages of Color #c67991

%42.67
%26.08
%31.25

CMYK Percentages of Color #c67991

%0
%39
%27
%22

Triadic Colors of #c67991

#c67991 #91c679 #7991c6

Analogous Colors of #c67991

#c67991 #c68879 #c679b8

Monochromatic Colors of #c67991

#c67991

Complementary Color

#c67991 #79c6ae

#c67991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67991 Color CSS Codes

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

#c67991 Text Font Color

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

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


#c67991 Background Color

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

This div background color is #c67991


#c67991 Border Color

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

This div border color is #c67991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67991


Comments

No comments written yet.

Please login to write comment.