Color Hex Logo

#c68aa8 Color Hex

#C68AA8
(198,138,168)
0 Favorites   0 Comments

Color spaces of #c68aa8

RGB 198138168
HSL0.920.340.66
HSV330°30°78°
CMYK 0.000.300.15   0.22
XYZ39.445133.009941.3384
Yxy33.00990.34660.2901
Hunter Lab57.454222.0039-2.4413
CIE-Lab64.168927.3980-6.5975

#c68aa8 color RGB value is (198,138,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001010 10101000
Octal 306 212 250
Decimal 198 138 168
Hex C6 8A A8

RGB Percentages of Color #c68aa8

%39.29
%27.38
%33.33

CMYK Percentages of Color #c68aa8

%0
%30
%15
%22

Triadic Colors of #c68aa8

#c68aa8 #a8c68a #8aa8c6

Analogous Colors of #c68aa8

#c68aa8 #c68a8a #c68ac6

Monochromatic Colors of #c68aa8

#c68aa8

Complementary Color

#c68aa8 #8ac6a8

#c68aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68aa8 Color CSS Codes

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

#c68aa8 Text Font Color

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

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


#c68aa8 Background Color

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

This div background color is #c68aa8


#c68aa8 Border Color

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

This div border color is #c68aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68aa8


Comments

No comments written yet.

Please login to write comment.