Color Hex Logo

#c67dad Color Hex

#C67DAD
(198,125,173)
0 Favorites   0 Comments

Color spaces of #c67dad

RGB 198125173
HSL0.890.390.63
HSV321°37°78°
CMYK 0.000.370.13   0.22
XYZ38.165129.690143.2544
Yxy29.69010.34350.2672
Hunter Lab54.488629.6705-8.9238
CIE-Lab61.385935.3152-13.5995

#c67dad color RGB value is (198,125,173).

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

The process color (four color CMYK) of #c67dad color hex is 0.00, 0.37, 0.13, 0.22. Web safe color of #c67dad is #cc6699. Color #c67dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111101 10101101
Octal 306 175 255
Decimal 198 125 173
Hex C6 7D AD

RGB Percentages of Color #c67dad

%39.92
%25.20
%34.88

CMYK Percentages of Color #c67dad

%0
%37
%13
%22

Triadic Colors of #c67dad

#c67dad #adc67d #7dadc6

Analogous Colors of #c67dad

#c67dad #c67d89 #bb7dc6

Monochromatic Colors of #c67dad

#c67dad

Complementary Color

#c67dad #7dc696

#c67dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67dad Color CSS Codes

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

#c67dad Text Font Color

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

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


#c67dad Background Color

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

This div background color is #c67dad


#c67dad Border Color

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

This div border color is #c67dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67dad


Comments

No comments written yet.

Please login to write comment.