Color Hex Logo

#c68bae Color Hex

#C68BAE
(198,139,174)
0 Favorites   0 Comments

Color spaces of #c68bae

RGB 198139174
HSL0.900.340.66
HSV324°30°78°
CMYK 0.000.300.12   0.22
XYZ40.161333.527044.3990
Yxy33.52700.34010.2839
Hunter Lab57.902522.4786-4.9312
CIE-Lab64.585427.8466-9.3688

#c68bae color RGB value is (198,139,174).

#c68bae hex color red value is 198, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c68bae hue: 0.90 , saturation: 0.34 and the lightness value of c68bae is 0.66.

The process color (four color CMYK) of #c68bae color hex is 0.00, 0.30, 0.12, 0.22. Web safe color of #c68bae is #cc9999. Color #c68bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001011 10101110
Octal 306 213 256
Decimal 198 139 174
Hex C6 8B AE

RGB Percentages of Color #c68bae

%38.75
%27.20
%34.05

CMYK Percentages of Color #c68bae

%0
%30
%12
%22

Triadic Colors of #c68bae

#c68bae #aec68b #8baec6

Analogous Colors of #c68bae

#c68bae #c68b91 #c18bc6

Monochromatic Colors of #c68bae

#c68bae

Complementary Color

#c68bae #8bc6a3

#c68bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68bae Color CSS Codes

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

#c68bae Text Font Color

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

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


#c68bae Background Color

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

This div background color is #c68bae


#c68bae Border Color

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

This div border color is #c68bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,139,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 #c68bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68bae


Comments

No comments written yet.

Please login to write comment.