Color Hex Logo

#c67bae Color Hex

#C67BAE
(198,123,174)
0 Favorites   0 Comments

Color spaces of #c67bae

RGB 198123174
HSL0.890.400.63
HSV319°38°78°
CMYK 0.000.380.12   0.22
XYZ38.011629.227743.6825
Yxy29.22770.34270.2635
Hunter Lab54.062630.8942-10.0623
CIE-Lab60.982136.5607-14.7793

#c67bae color RGB value is (198,123,174).

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

The process color (four color CMYK) of #c67bae color hex is 0.00, 0.38, 0.12, 0.22. Web safe color of #c67bae is #cc6699. Color #c67bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111011 10101110
Octal 306 173 256
Decimal 198 123 174
Hex C6 7B AE

RGB Percentages of Color #c67bae

%40.00
%24.85
%35.15

CMYK Percentages of Color #c67bae

%0
%38
%12
%22

Triadic Colors of #c67bae

#c67bae #aec67b #7baec6

Analogous Colors of #c67bae

#c67bae #c67b89 #b97bc6

Monochromatic Colors of #c67bae

#c67bae

Complementary Color

#c67bae #7bc693

#c67bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67bae Color CSS Codes

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

#c67bae Text Font Color

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

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


#c67bae Background Color

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

This div background color is #c67bae


#c67bae Border Color

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

This div border color is #c67bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67bae


Comments

No comments written yet.

Please login to write comment.