Color Hex Logo

#c68da7 Color Hex

#C68DA7
(198,141,167)
0 Favorites   0 Comments

Color spaces of #c68da7

RGB 198141167
HSL0.920.330.66
HSV333°29°78°
CMYK 0.000.290.16   0.22
XYZ39.788633.845540.9950
Yxy33.84550.34710.2953
Hunter Lab58.176920.2710-1.0555
CIE-Lab64.839825.5859-5.0388

#c68da7 color RGB value is (198,141,167).

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

The process color (four color CMYK) of #c68da7 color hex is 0.00, 0.29, 0.16, 0.22. Web safe color of #c68da7 is #cc9999. Color #c68da7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001101 10100111
Octal 306 215 247
Decimal 198 141 167
Hex C6 8D A7

RGB Percentages of Color #c68da7

%39.13
%27.87
%33.00

CMYK Percentages of Color #c68da7

%0
%29
%16
%22

Triadic Colors of #c68da7

#c68da7 #a7c68d #8da7c6

Analogous Colors of #c68da7

#c68da7 #c6908d #c68dc4

Monochromatic Colors of #c68da7

#c68da7

Complementary Color

#c68da7 #8dc6ac

#c68da7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68da7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68da7 Color CSS Codes

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

#c68da7 Text Font Color

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

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


#c68da7 Background Color

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

This div background color is #c68da7


#c68da7 Border Color

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

This div border color is #c68da7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68da7


Comments

No comments written yet.

Please login to write comment.