Color Hex Logo

#c67698 Color Hex

#C67698
(198,118,152)
0 Favorites   0 Comments

Color spaces of #c67698

RGB 198118152
HSL0.930.410.62
HSV335°40°78°
CMYK 0.000.400.23   0.22
XYZ35.434627.229633.0940
Yxy27.22960.37000.2844
Hunter Lab52.182029.8934-1.0745
CIE-Lab59.186235.7809-4.8388

#c67698 color RGB value is (198,118,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110110 10011000
Octal 306 166 230
Decimal 198 118 152
Hex C6 76 98

RGB Percentages of Color #c67698

%42.31
%25.21
%32.48

CMYK Percentages of Color #c67698

%0
%40
%23
%22

Triadic Colors of #c67698

#c67698 #98c676 #7698c6

Analogous Colors of #c67698

#c67698 #c67c76 #c676c0

Monochromatic Colors of #c67698

#c67698

Complementary Color

#c67698 #76c6a4

#c67698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67698 Color CSS Codes

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

#c67698 Text Font Color

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

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


#c67698 Background Color

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

This div background color is #c67698


#c67698 Border Color

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

This div border color is #c67698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67698


Comments

No comments written yet.

Please login to write comment.